AERA
|
Public Member Functions | |
OutStream (std::ostringstream *s) | |
template<typename T > | |
OutStream & | push (const T &t, uint16 code_index) |
OutStream & | push () |
template<typename T > | |
OutStream & | operator<< (const T &t) |
template<typename T > | |
OutStream & | insert (uint32 index, const T &t) |
Public Attributes | |
r_code::resized_vector< uint16 > | code_indexes_to_stream_indexes_ |
r_code::resized_vector< std::streampos > | positions_ |
std::ostringstream * | stream_ |
Definition at line 97 of file out_stream.h.