![]() |
|
Public Member Functions | |
IOobjectList (const label nIoObjects=100) | |
Construct given an initial estimate for the number of entries. | |
IOobjectList (const objectRegistry &db, const fileName &instance, const fileName &local="") | |
Construct from objectRegistry and instance path. | |
IOobjectList (const IOobjectList &) | |
Construct as copy. | |
~IOobjectList () | |
bool | add (IOobject &) |
Add an IOobject to list. | |
bool | remove (IOobject &) |
Remove an IOobject from list. | |
IOobject * | lookup (const word &name) const |
Lookup a given name and return IOobject ptr if found else NULL. | |
IOobjectList | lookupClass (const word &className) const |
Return the list for all IOobjects of given class. | |
wordList | names () const |
Return the list of names of the IOobjects. | |
wordList | names (const word &className) const |
Return the list of names of the IOobjects of given class. |
|
Construct given an initial estimate for the number of entries.
|
|
Construct from objectRegistry and instance path.
|
|
Construct as copy.
|
|
|
|
Add an IOobject to list.
|
|
Lookup a given name and return IOobject ptr if found else NULL.
|
|
Return the list for all IOobjects of given class.
|
|
Return the list of names of the IOobjects of given class.
|
|
Return the list of names of the IOobjects.
|
|
Remove an IOobject from list.
|