![]() |
|
Public Member Functions | |
TypeName ("List") | |
Runtime type information. | |
IOList (const IOobject &) | |
Construct from IOobject. | |
IOList (const IOobject &, const label) | |
Construct from IOobject and size of IOList. | |
IOList (const IOobject &, const List< T > &) | |
Construct from IOobject and a List. | |
bool | writeData (Ostream &) const |
Pure virtual writaData function. | |
void | operator= (const IOList< T > &) |
void | operator= (const List< T > &) |
Assignment operator. Takes linear time. |
|
Construct from IOobject.
|
|
Construct from IOobject and size of IOList.
|
|
Construct from IOobject and a List.
|
|
Assignment operator. Takes linear time.
Reimplemented from List. |
|
|
|
Runtime type information.
|
|
Pure virtual writaData function. Must be defined in derived types Implements regIOobject. |