|
static size_t | size_of (void) |
|
static size_t | size_of (const value_type &) |
|
static std::string | type_identifier (void) |
|
static size_t | store (std::ostream &_os, const value_type &_v, bool _swap=false) |
|
static size_t | restore (std::istream &_is, value_type &_v, bool _swap=false) |
|
static size_t | size_of (void) |
| What's the size of T? If it depends on the actual value (e.g. for vectors) return UnknownSize.
|
|
static size_t | size_of (const value_type &) |
| What't the size of a specific value of type T.
|
|
static std::string | type_identifier (void) |
| A string that identifies the type of T.
|
|
static size_t | store (std::ostream &, const value_type &, bool=false, bool=true) |
| Store a value of T and return the number of bytes written.
|
|
static size_t | restore (std::istream &, value_type &, bool=false, bool=true) |
| Restore a value of T and return the number of bytes read.
|
|
|
static const bool | is_streamable = true |
|
static const bool | is_streamable |
| Can we store T? Set this to true in your specialization.
|
|
The documentation for this struct was generated from the following file:
- Unittests/unittests_read_write_OM.cc