Public Member Functions | List of all members
UDictionary< T > Class Template Reference

Template dictionary class which does not manages the storage associated with it. More...

Inheritance diagram for UDictionary< T >:
Inheritance graph
[legend]
Collaboration diagram for UDictionary< T >:
Collaboration graph
[legend]

Public Member Functions

 UDictionary ()
 
 UDictionary (const UDictionary &)
 
- Public Member Functions inherited from DictionaryBase< UIDLList< T >, T >
 DictionaryBase (const label size=128)
 
 DictionaryBase (const DictionaryBase &dict)
 
 DictionaryBase (Istream &is, const INew &inew)
 
 DictionaryBase (Istream &is)
 
bool found (const word &keyword) const
 
const Tcfind (const word &keyword) const
 
Tfind (const word &keyword)
 
const Tlookup (const word &keyword) const
 
Tlookup (const word &keyword)
 
wordList toc () const
 
wordList sortedToc () const
 
wordList sortedToc (const Compare &comp) const
 
Foam::wordList sortedToc (const Compare &comp) const
 
void insert (const word &keyword, T *)
 
void append (const word &keyword, T *)
 
Tremove (const word &keyword)
 
void clear ()
 
void transfer (DictionaryBase< IDLListType, T > &dict)
 
void operator= (const DictionaryBase &)
 
const Toperator[] (const word &key) const
 
Toperator[] (const word &key)
 
const TlookupPtr (const word &keyword) const
 
TlookupPtr (const word &keyword)
 

Additional Inherited Members

- Protected Member Functions inherited from DictionaryBase< UIDLList< T >, T >
void addEntries ()
 
- Protected Attributes inherited from DictionaryBase< UIDLList< T >, T >
HashTable< T * > hashedTs_
 

Detailed Description

template<class T>
class Foam::UDictionary< T >

Template dictionary class which does not manages the storage associated with it.

It is derived from DictionaryBase instantiated on a non-memory managed form of intrusive doubly-linked list of <T>.

Source files

Definition at line 52 of file UDictionary.H.

Constructor & Destructor Documentation

◆ UDictionary() [1/2]

Definition at line 26 of file UDictionary.C.

◆ UDictionary() [2/2]

UDictionary ( const UDictionary< T > &  dict)

Definition at line 31 of file UDictionary.C.


The documentation for this class was generated from the following files: