|
bool | start_write () |
|
void | end_write () |
|
void | resize_if_necessary () |
|
bool | start_read () |
|
void | end_read () |
|
void | write_int (int i) |
|
void | write_float (float f) |
|
template<class T > |
void | write_seq (const T *items, size_t length) |
|
size_t | remaining () |
|
int | read_int () |
|
float | read_float () |
|
template<class T > |
std::vector< T > | read_seq () |
|
The documentation for this class was generated from the following file: