#include <STLBindings.hpp>
List of all members.
Detailed Description
This class does the bindings to classes of the standard library and implements some usefull functions
Member Function Documentation
| static Retval zeus::TSTLBindings::readArray |
( |
std::istream & |
rStream, |
|
|
IByteArray & |
rData |
|
) |
| [inline, static] |
Read an array of bytes out of a input stream
- Parameters:
-
| rStream | : Stream class |
| rData | : Return parameter of the array |
- Return values:
-
| RET_NOERROR | : Array read |
| RET_INVALID_PARAMETER | : Invalid parameter received |
| static Float64 zeus::TSTLBindings::readFloat64 |
( |
std::istream & |
rStream ) |
[inline, static] |
Read a double out of a input stream
- Parameters:
-
- Returns:
- double value
| static Int32 zeus::TSTLBindings::readInt32 |
( |
std::istream & |
rStream ) |
[inline, static] |
Read a int32 out of a input stream
- Parameters:
-
- Returns:
- int32 value
| static Retval zeus::TSTLBindings::readString |
( |
std::istream & |
rStream, |
|
|
IString & |
rData |
|
) |
| [inline, static] |
Read a string of bytes out of a input stream
- Parameters:
-
| rStream | : Stream class |
| rData | : Return parameter of the string |
- Return values:
-
| RET_NOERROR | : string read |
| RET_INVALID_PARAMETER | : Invalid parameter received |
The documentation for this class was generated from the following file: