|
| transfer () |
| Default constructor. More...
|
|
std::istream & | read (std::istream &Stream) |
| read the reponce from the stream More...
|
|
template<typename Type > |
std::istream & | Input (std::istream &Stream, Type &Data) |
|
template<typename Type > |
std::istream & | Input (std::istream &Stream, Type &Data) |
|
template<typename Type > |
std::istream & | Input (std::istream &Stream, Type &Data) |
|
template<typename Type > |
std::ostream & | Output (std::ostream &Stream, Type Data) |
|
template<typename Type > |
std::ostream & | Output (std::ostream &Stream, Type Data) |
|
template<typename Type > |
std::ostream & | Output (std::ostream &Stream, Type Data) |
|
std::istream & | Blob (std::istream &Stream, bool &Available, std::iostream &Buffer) |
| Read a raw block of information. More...
|
|
std::ostream & | Blob (std::ostream &Stream, bool Available, std::iostream &Buffer) |
| Write a raw block of information. More...
|
|
std::istream & | Blob (std::istream &Stream, bool &Available, std::iostream &Buffer) |
| Read a raw block of information. More...
|
|
std::ostream & | Blob (std::ostream &Stream, bool Available, std::iostream &Buffer) |
| Write a raw block of information. More...
|
|
std::istream & | Blob (std::istream &Stream, bool &Available, std::iostream &Buffer) |
| Read a raw block of information. More...
|
|
std::ostream & | Blob (std::ostream &Stream, bool Available, std::iostream &Buffer) |
| Write a raw block of information. More...
|
|