|
C++ API Reference
|
This is the complete list of members for MStreamUtils, including all inherited members.
| readChar(std::istream &in, char &value, bool binary=false) | MStreamUtils | static |
| readCharBuffer(std::istream &in, char *&value, unsigned int length, bool binary=false) | MStreamUtils | static |
| readDouble(std::istream &in, double &value, bool binary=false) | MStreamUtils | static |
| readFloat(std::istream &in, float &value, bool binary=false) | MStreamUtils | static |
| readInt(std::istream &in, int &value, bool binary=false) | MStreamUtils | static |
| stdErrorStream() | MStreamUtils | static |
| stdOutStream() | MStreamUtils | static |
| writeChar(std::ostream &out, const char value, bool binary=false) | MStreamUtils | static |
| writeCharBuffer(std::ostream &out, const char *value, bool binary=false) | MStreamUtils | static |
| writeDouble(std::ostream &out, const double value, bool binary=false) | MStreamUtils | static |
| writeFloat(std::ostream &out, const float value, bool binary=false) | MStreamUtils | static |
| writeInt(std::ostream &out, const int value, bool binary=false) | MStreamUtils | static |