ldas-tools-diskcacheAPI 2.7.7
|
Public Types | |
typedef INT_4U | size_type |
typedef INT_4U | size_type |
typedef INT_4U | size_type |
typedef CHAR_U | bool_type |
typedef CHAR_U | bool_type |
typedef CHAR_U | bool_type |
Public Member Functions | |
transfer () | |
Default constructor. More... | |
std::istream & | read (std::istream &Stream) |
read the reponce from the stream More... | |
std::ostream & | write (std::ostream &Stream) |
write the reponce onto 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... | |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
anonymous_namespace{MetaCommandStatus.cc}::transfer::transfer | ( | ) |
Default constructor.
|
inlineinherited |
Read a raw block of information.
|
inlineinherited |
Read a raw block of information.
|
inlineinherited |
Read a raw block of information.
|
inlineinherited |
Write a raw block of information.
|
inlineinherited |
Write a raw block of information.
|
inlineinherited |
Write a raw block of information.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
std::istream & anonymous_namespace{MetaCommandStatus.cc}::transfer::read | ( | std::istream & | Stream | ) |
read the reponce from the stream
[in] | Stream | The output stream from which to read the responce to the request. |
std::ostream & anonymous_namespace{MetaCommandStatus.cc}::transfer::write | ( | std::ostream & | Stream | ) |
write the reponce onto the stream
[in] | Stream | The output stream on which to write the responce to the request. |