Compounds | |
| class | IInputStreamable |
| Base input streamable class. More... | |
| class | IOutputStreamable |
| Base output streamable class. More... | |
| class | IStreamable |
| Base input-output streamable class. More... | |
| class | TStreamableMap |
Functions | |
| template<typename TChar, typename TTraits> std::basic_istream< TChar, TTraits > & | operator>> (std::basic_istream< TChar, TTraits > &rtSOURCE_ISTREAM, IInputStreamable< TChar, TTraits > &rtTARGET_INPUT_STREAMABLE) |
| template<typename TChar, typename TTraits> std::basic_ostream< TChar, TTraits > & | operator<< (std::basic_ostream< TChar, TTraits > &rtSOURCE_OSTREAM, const IOutputStreamable< TChar, TTraits > &rktSOURCE_OUTPUT_STREAMABLE) |
|
||||||||||||||||
|
Writes the instance rktSOURCE_OUTPUT_STREAMABLE onto stream rtTARGET_STREAM. Definition at line 117 of file output_streamable.hh. |
|
||||||||||||||||
|
Reads the instance rtTARGET_INPUT_STREAMABLE from stream rtSOURCE_ISTREAM. Definition at line 121 of file input_streamable.hh. References mpcl::io::IInputStreamable< TChar, TTraits >::read(). |
1.2.18