![]() |
|
Public Member Functions | |
ClassName ("IFstream") | |
IFstream (const fileName &pathname, streamFormat format=ASCII, versionNumber version=currentVersion) | |
Construct from pathname. | |
~IFstream () | |
const fileName & | name () const |
Return the name of the stream. | |
fileName & | name () |
Return non-const access to the name of the stream. | |
virtual void | print (Ostream &) const |
Print description of IOstream to Ostream. | |
IFstream & | operator() () const |
Return a non-const reference to const IFstream. |
|
Construct from pathname.
|
|
|
|
|
|
Return non-const access to the name of the stream.
Reimplemented from ISstream. Definition at line 132 of file IFstream.H. |
|
Return the name of the stream.
Reimplemented from ISstream. Definition at line 126 of file IFstream.H. |
|
Return a non-const reference to const IFstream. Needed for read-constructors where the stream argument is temporary: e.g. thing thisThing(IFstream("thingFileName")()); Reimplemented from Istream. |
|
Print description of IOstream to Ostream.
Reimplemented from ISstream. |