• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.10.3 API Reference
  • KDE Home
  • Contact Us
 

WTF

  • WTF
  • HashSet
Public Types | Public Member Functions | Friends | List of all members
WTF::HashSet< Value, HashFunctions, Traits > Class Template Reference

#include <HashSet.h>

Public Types

typedef ValueTraits::TraitType ValueType
 

Public Member Functions

pair< iterator, bool > add (const ValueType &)
 
template<typename T , typename HashTranslator >
pair< iterator, bool > add (const T &)
 
template<typename T , typename Translator >
pair< typename HashSet< Value,
HashFunctions, Traits >
::iterator, bool > 
add (const T &value)
 
iterator begin ()
 
const_iterator begin () const
 
int capacity () const
 
void clear ()
 
bool contains (const ValueType &) const
 
template<typename T , typename HashTranslator >
bool contains (const T &) const
 
iterator end ()
 
const_iterator end () const
 
iterator find (const ValueType &)
 
const_iterator find (const ValueType &) const
 
template<typename T , typename HashTranslator >
iterator find (const T &)
 
template<typename T , typename HashTranslator >
const_iterator find (const T &) const
 
template<typename T , typename Translator >
HashSet< Value, HashFunctions,
Traits >::iterator 
find (const T &value)
 
template<typename T , typename Translator >
HashSet< Value, HashFunctions,
Traits >::const_iterator 
find (const T &value) const
 
bool isEmpty () const
 
void remove (const ValueType &)
 
void remove (iterator)
 
int size () const
 
void swap (HashSet &)
 

Friends

void deleteAllValues (const HashSet &)
 

Detailed Description

template<typename Value, typename HashFunctions, typename Traits>
class WTF::HashSet< Value, HashFunctions, Traits >

Definition at line 29 of file HashSet.h.

Member Typedef Documentation

template<typename Value, typename HashFunctions, typename Traits>
typedef ValueTraits::TraitType WTF::HashSet< Value, HashFunctions, Traits >::ValueType

Definition at line 42 of file HashSet.h.

Member Function Documentation

template<typename T , typename U , typename V >
pair< typename HashSet< T, U, V >::iterator, bool > WTF::HashSet< T, U, V >::add ( const ValueType &  value)

Definition at line 205 of file HashSet.h.

template<typename Value, typename HashFunctions, typename Traits>
template<typename T , typename HashTranslator >
pair<iterator, bool> WTF::HashSet< Value, HashFunctions, Traits >::add ( const T &  )
template<typename Value, typename HashFunctions, typename Traits>
template<typename T , typename Translator >
pair<typename HashSet<Value, HashFunctions, Traits>::iterator, bool> WTF::HashSet< Value, HashFunctions, Traits >::add ( const T &  value)

Definition at line 213 of file HashSet.h.

template<typename T , typename U , typename V >
HashSet< T, U, V >::iterator WTF::HashSet< T, U, V >::begin ( )
inline

Definition at line 137 of file HashSet.h.

template<typename T , typename U , typename V >
HashSet< T, U, V >::const_iterator WTF::HashSet< T, U, V >::begin ( ) const
inline

Definition at line 149 of file HashSet.h.

template<typename T , typename U , typename V >
int WTF::HashSet< T, U, V >::capacity ( ) const
inline

Definition at line 125 of file HashSet.h.

template<typename T , typename U , typename V >
void WTF::HashSet< T, U, V >::clear ( )
inline

Definition at line 235 of file HashSet.h.

template<typename T , typename U , typename V >
bool WTF::HashSet< T, U, V >::contains ( const ValueType &  value) const
inline

Definition at line 173 of file HashSet.h.

template<typename Value , typename HashFunctions , typename Traits >
template<typename T , typename Translator >
bool WTF::HashSet< Value, HashFunctions, Traits >::contains ( const T &  value) const
inline

Definition at line 198 of file HashSet.h.

template<typename T , typename U , typename V >
HashSet< T, U, V >::iterator WTF::HashSet< T, U, V >::end ( )
inline

Definition at line 143 of file HashSet.h.

template<typename T , typename U , typename V >
HashSet< T, U, V >::const_iterator WTF::HashSet< T, U, V >::end ( ) const
inline

Definition at line 155 of file HashSet.h.

template<typename T , typename U , typename V >
HashSet< T, U, V >::iterator WTF::HashSet< T, U, V >::find ( const ValueType &  value)
inline

Definition at line 161 of file HashSet.h.

template<typename T , typename U , typename V >
HashSet< T, U, V >::const_iterator WTF::HashSet< T, U, V >::find ( const ValueType &  value) const
inline

Definition at line 167 of file HashSet.h.

template<typename Value, typename HashFunctions, typename Traits>
template<typename T , typename HashTranslator >
iterator WTF::HashSet< Value, HashFunctions, Traits >::find ( const T &  )
template<typename Value, typename HashFunctions, typename Traits>
template<typename T , typename HashTranslator >
const_iterator WTF::HashSet< Value, HashFunctions, Traits >::find ( const T &  ) const
template<typename Value, typename HashFunctions, typename Traits>
template<typename T , typename Translator >
HashSet<Value, HashFunctions, Traits>::iterator WTF::HashSet< Value, HashFunctions, Traits >::find ( const T &  value)
inline

Definition at line 181 of file HashSet.h.

template<typename Value, typename HashFunctions, typename Traits>
template<typename T , typename Translator >
HashSet<Value, HashFunctions, Traits>::const_iterator WTF::HashSet< Value, HashFunctions, Traits >::find ( const T &  value) const
inline

Definition at line 190 of file HashSet.h.

template<typename T , typename U , typename V >
bool WTF::HashSet< T, U, V >::isEmpty ( ) const
inline

Definition at line 131 of file HashSet.h.

template<typename T , typename U , typename V >
void WTF::HashSet< T, U, V >::remove ( const ValueType &  value)
inline

Definition at line 229 of file HashSet.h.

template<typename T , typename U , typename V >
void WTF::HashSet< T, U, V >::remove ( iterator  it)
inline

Definition at line 220 of file HashSet.h.

template<typename T , typename U , typename V >
int WTF::HashSet< T, U, V >::size ( ) const
inline

Definition at line 119 of file HashSet.h.

template<typename T , typename U , typename V >
void WTF::HashSet< T, U, V >::swap ( HashSet< Value, HashFunctions, Traits > &  other)
inline

Definition at line 113 of file HashSet.h.

Friends And Related Function Documentation

template<typename Value, typename HashFunctions, typename Traits>
void deleteAllValues ( const HashSet< Value, HashFunctions, Traits > &  )
friend

The documentation for this class was generated from the following file:
  • HashSet.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:38:43 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

WTF

Skip menu "WTF"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.10.3 API Reference

Skip menu "kdelibs-4.10.3 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal