Public Member Functions
simpleObjectRegistry Class Reference

Object registry for simpleRegIOobject. Maintains ordering. More...

Inheritance diagram for simpleObjectRegistry:
Inheritance graph
[legend]
Collaboration diagram for simpleObjectRegistry:
Collaboration graph
[legend]

Public Member Functions

 simpleObjectRegistry (const label nIoObjects=128)
 Construct given initial table size. More...
 
- Public Member Functions inherited from Dictionary< simpleObjectRegistryEntry >
 Dictionary (const label size=128)
 Construct given initial table size. More...
 
 Dictionary (const Dictionary &)
 Copy construct. More...
 
bool erase (const word &keyword)
 Remove an entry specified by keyword and delete the pointer. More...
 
- Public Member Functions inherited from DictionaryBase< IDLList< simpleObjectRegistryEntry >, simpleObjectRegistryEntry >
 DictionaryBase (const label size=128)
 Construct given initial table size. More...
 
 DictionaryBase (const DictionaryBase &)
 Copy construct. More...
 
 DictionaryBase (Istream &, const INew &)
 Construct from Istream using given Istream constructor class. More...
 
 DictionaryBase (Istream &)
 Construct from Istream using default Istream constructor class. More...
 
bool found (const word &) const
 Search DictionaryBase for given keyword. More...
 
const TlookupPtr (const word &) const
 Find and return an entry if present, otherwise return NULL. More...
 
TlookupPtr (const word &)
 Find and return an entry if present, otherwise return NULL. More...
 
const Tlookup (const word &) const
 Find and return entry. More...
 
Tlookup (const word &)
 Find and return entry. More...
 
wordList toc () const
 Return the table of contents. More...
 
void insert (const word &, T *)
 Add at head of dictionary. More...
 
void append (const word &, T *)
 Add at tail of dictionary. More...
 
Tremove (const word &)
 Remove and return entry specified by keyword. More...
 
void clear ()
 Clear the dictionary. More...
 
void transfer (DictionaryBase< IDLListType, T > &)
 Transfer the contents of the argument into this DictionaryBase. More...
 
void operator= (const DictionaryBase &)
 
const Toperator[] (const word &key) const
 Find and return entry. More...
 
Toperator[] (const word &key)
 Find and return entry. More...
 

Additional Inherited Members

- Protected Member Functions inherited from DictionaryBase< IDLList< simpleObjectRegistryEntry >, simpleObjectRegistryEntry >
void addEntries ()
 
- Protected Attributes inherited from DictionaryBase< IDLList< simpleObjectRegistryEntry >, simpleObjectRegistryEntry >
HashTable< T * > hashedTs_
 HashTable of the entries held on the IDLListType for quick lookup. More...
 

Detailed Description

Object registry for simpleRegIOobject. Maintains ordering.

Source files

Definition at line 66 of file simpleObjectRegistry.H.

Constructor & Destructor Documentation

◆ simpleObjectRegistry()

simpleObjectRegistry ( const label  nIoObjects = 128)
inline

Construct given initial table size.

Definition at line 75 of file simpleObjectRegistry.H.


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