![]() |
|
Public Member Functions | |
IPstream (const int fromProcNo, const label bufSize=0, streamFormat format=BINARY, versionNumber version=currentVersion) | |
Construct given process index to read from and optional buffer size,. | |
~IPstream () | |
ios_base::fmtflags | flags () const |
Return flags of output stream. | |
Istream & | read (token &) |
Return next token from stream. | |
Istream & | read (char &) |
Read a character. | |
Istream & | read (word &) |
Read a word. | |
Istream & | read (string &) |
Istream & | read (label &) |
Read a label. | |
Istream & | read (floatScalar &) |
Read a floatScalar. | |
Istream & | read (doubleScalar &) |
Read a doubleScalar. | |
Istream & | read (char *, std::streamsize) |
Read binary block. | |
Istream & | rewind () |
Rewind and return the stream so that it may be read again. | |
ios_base::fmtflags | flags (const ios_base::fmtflags) |
Set flags of stream. | |
void | print (Ostream &) const |
Print description of IOstream to Ostream. | |
Static Public Member Functions | |
bool | read (const int fromProcNo, char *buf, const std::streamsize bufSize) |
Read into given buffer from given processor. |
|
Construct given process index to read from and optional buffer size,. read format and IO version |
|
|
|
Set flags of stream.
Definition at line 154 of file IPstream.H. |
|
Return flags of output stream.
Implements IOstream. Definition at line 107 of file IPstream.H. |
|
Print description of IOstream to Ostream.
Reimplemented from IOstream. |
|
Read binary block.
Implements Istream. |
|
Read a doubleScalar.
Implements Istream. |
|
Read a floatScalar.
Implements Istream. |
|
Read a label.
Implements Istream. |
|
Implements Istream. |
|
Read a word.
Implements Istream. |
|
Read a character.
Implements Istream. |
|
Return next token from stream.
Implements Istream. |
|
Read into given buffer from given processor.
|
|
Rewind and return the stream so that it may be read again.
Implements Istream. |