Public Member Functions | List of all members
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 simpleObjectRegistryEntrylookupPtr (const word &) const
 Find and return an entry if present, otherwise return NULL. More...
 
simpleObjectRegistryEntrylookupPtr (const word &)
 Find and return an entry if present, otherwise return NULL. More...
 
const simpleObjectRegistryEntrylookup (const word &) const
 Find and return entry. More...
 
simpleObjectRegistryEntrylookup (const word &)
 Find and return entry. More...
 
wordList toc () const
 Return the table of contents. More...
 
wordList sortedToc () const
 Return the table of contents as a sorted list. More...
 
void insert (const word &, simpleObjectRegistryEntry *)
 Add at head of dictionary. More...
 
void append (const word &, simpleObjectRegistryEntry *)
 Add at tail of dictionary. More...
 
simpleObjectRegistryEntryremove (const word &)
 Remove and return entry specified by keyword. More...
 
void clear ()
 Clear the dictionary. More...
 
void transfer (DictionaryBase< IDLList< simpleObjectRegistryEntry >, simpleObjectRegistryEntry > &)
 Transfer the contents of the argument into this DictionaryBase. More...
 
void operator= (const DictionaryBase &)
 
const simpleObjectRegistryEntryoperator[] (const word &key) const
 Find and return entry. More...
 
simpleObjectRegistryEntryoperator[] (const word &key)
 Find and return entry. More...
 
- Public Member Functions inherited from IDLList< simpleObjectRegistryEntry >
 IDLList ()
 Null construct. More...
 
 IDLList (const simpleObjectRegistryEntry &a)
 Construct given initial T. More...
 
 IDLList (Istream &is, const INew &inewt)
 Construct from Istream using given Istream constructor class. More...
 
 IDLList (Istream &is)
 Construct from Istream. More...
 
 IDLList (const IDLList< simpleObjectRegistryEntry > &idll, const CloneArg &cloneArg)
 Copy constructor with additional argument for clone. More...
 
- Public Member Functions inherited from ILList< DLListBase, simpleObjectRegistryEntry >
 ILList ()
 Null construct. More...
 
 ILList (simpleObjectRegistryEntry *a)
 Construct given initial T. More...
 
 ILList (Istream &)
 Construct from Istream. More...
 
 ILList (const ILList< DLListBase, simpleObjectRegistryEntry > &)
 Construct as copy. More...
 
 ILList (const ILList< DLListBase, simpleObjectRegistryEntry > &lst, const CloneArg &cloneArg)
 Copy constructor with additional argument for clone. More...
 
 ILList (Istream &, const INew &)
 Construct from Istream using given Istream constructor class. More...
 
 ~ILList ()
 Destructor. More...
 
bool eraseHead ()
 Remove the head element specified from the list and delete it. More...
 
bool erase (simpleObjectRegistryEntry *p)
 Remove the specified element from the list and delete it. More...
 
void clear ()
 Clear the contents of the list. More...
 
void transfer (ILList< DLListBase, simpleObjectRegistryEntry > &)
 Transfer the contents of the argument into this List. More...
 
void operator= (const ILList< DLListBase, simpleObjectRegistryEntry > &)
 
- Public Member Functions inherited from UILList< DLListBase, simpleObjectRegistryEntry >
 UILList ()
 Null construct. More...
 
 UILList (simpleObjectRegistryEntry *a)
 Construct given initial T. More...
 
 UILList (const UILList< DLListBase, simpleObjectRegistryEntry > &)
 Construct as copy. More...
 
simpleObjectRegistryEntryfirst ()
 Return the first entry. More...
 
const simpleObjectRegistryEntryfirst () const
 Return the first entry. More...
 
simpleObjectRegistryEntrylast ()
 Return the last entry. More...
 
const simpleObjectRegistryEntrylast () const
 Return the last entry. More...
 
simpleObjectRegistryEntryremoveHead ()
 Remove and return head. More...
 
simpleObjectRegistryEntryremove (simpleObjectRegistryEntry *p)
 Remove and return element. More...
 
simpleObjectRegistryEntryremove (iterator &it)
 Remove and return specified by iterator. More...
 
void operator= (const UILList< DLListBase, simpleObjectRegistryEntry > &)
 
iterator begin ()
 
const_iterator begin () const
 
const iteratorend ()
 
const const_iteratorend () const
 
const_iterator cbegin () const
 
const const_iteratorcend () const
 
const_reverse_iterator crbegin () const
 
const const_reverse_iteratorcrend () const
 
const_reverse_iterator rbegin () const
 
const const_reverse_iteratorrend () const
 
bool operator== (const UILList< DLListBase, simpleObjectRegistryEntry > &) const
 Equality operation on ULists of the same type. More...
 
bool operator!= (const UILList< DLListBase, simpleObjectRegistryEntry > &) const
 The opposite of the equality operation. Takes linear time. More...
 
- Public Member Functions inherited from DLListBase
 DLListBase ()
 Null construct. More...
 
 DLListBase (link *)
 Construct given initial entry. More...
 
 ~DLListBase ()
 Destructor. More...
 
label size () const
 Return number of elements in list. More...
 
bool empty () const
 Return true if the list is empty. More...
 
linkfirst ()
 Return first entry. More...
 
const linkfirst () const
 Return const access to first entry. More...
 
linklast ()
 Return last entry. More...
 
const linklast () const
 Return const access to last entry. More...
 
void insert (link *)
 Add at head of list. More...
 
void append (link *)
 Add at tail of list. More...
 
bool swapUp (link *)
 Swap this element with the one above unless it is at the top. More...
 
bool swapDown (link *)
 Swap this element with the one below unless it is at the bottom. More...
 
linkremoveHead ()
 Remove and return head. More...
 
linkremove (link *)
 Remove and return element. More...
 
linkremove (iterator &)
 
linkreplace (link *oldLink, link *newLink)
 Replace oldLink with newLink and return element. More...
 
linkreplace (iterator &oldIter, link *newLink)
 Replace oldIter with newLink and return element. More...
 
void clear ()
 Clear the list. More...
 
void transfer (DLListBase &)
 Transfer the contents of the argument into this List. More...
 
iterator begin ()
 
const iteratorend ()
 
const_iterator cbegin () const
 
const const_iteratorcend () const
 
const_iterator begin () const
 
const const_iteratorend () const
 
const_reverse_iterator crbegin () const
 
const const_reverse_iteratorcrend () const
 
const_reverse_iterator rbegin () const
 
const const_reverse_iteratorrend () const
 

Additional Inherited Members

- Public Types inherited from UILList< DLListBase, simpleObjectRegistryEntry >
typedef simpleObjectRegistryEntry value_type
 Type of values the DLList contains. More...
 
typedef simpleObjectRegistryEntryreference
 Type that can be used for storing into DLList::value_type. More...
 
typedef const simpleObjectRegistryEntryconst_reference
 Type that can be used for storing into constant. More...
 
typedef label size_type
 The type that can represent the size of a DLList. More...
 
typedef DLListBase::iterator LListBase_iterator
 
typedef DLListBase::const_iterator LListBase_const_iterator
 
- Protected Member Functions inherited from DictionaryBase< IDLList< simpleObjectRegistryEntry >, simpleObjectRegistryEntry >
void addEntries ()
 
- Protected Attributes inherited from DictionaryBase< IDLList< simpleObjectRegistryEntry >, simpleObjectRegistryEntry >
HashTable< simpleObjectRegistryEntry * > 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 ( 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: