![]() |
|
Public Member Functions | |
IStringStream (const string &buffer, streamFormat format=ASCII, versionNumber version=currentVersion) | |
Construct from string. | |
IStringStream (const char *buffer, streamFormat format=ASCII, versionNumber version=currentVersion) | |
Construct from char*. | |
~IStringStream () | |
string | str () const |
void | print (Ostream &) const |
Print description of IOstream to Ostream. | |
Istream & | operator() () const |
Return a non-const reference to const Istream. |
|
Construct from string.
Definition at line 70 of file IStringStream.H. |
|
Construct from char*.
Definition at line 88 of file IStringStream.H. |
|
Definition at line 106 of file IStringStream.H. |
|
Return a non-const reference to const Istream. Needed for read-constructors where the stream argument is temporary: e.g. thing thisThing(IFstream("thingFileName")()); Reimplemented from Istream. Definition at line 135 of file IStringStream.H. |
|
Print description of IOstream to Ostream.
Reimplemented from ISstream. |
|
Definition at line 116 of file IStringStream.H. |