![]() |
|
Public Member Functions | |
ISLList () | |
Null construct. | |
ISLList (const T &a) | |
Construct given initial T. | |
template<class INew> | |
ISLList (Istream &is, const INew &inewt) | |
Construct from Istream using given Istream constructor class. | |
ISLList (Istream &is) | |
Construct from Istream. |
|
Null construct.
Definition at line 64 of file ISLList.H. References Foam::T(). |
Here is the call graph for this function:
|
Construct given initial T.
Definition at line 68 of file ISLList.H. References Foam::T(). |
Here is the call graph for this function:
|
Construct from Istream using given Istream constructor class.
Definition at line 75 of file ISLList.H. References Foam::T(). |
Here is the call graph for this function:
|
Construct from Istream.
|