|
| SimpleArchiveOut (std::ostream &ostream) |
|
void | operator& (const int64 &val) |
|
void | operator& (const uint64 &val) |
|
void | operator& (const long int &val) |
|
void | operator& (const long unsigned int &val) |
|
void | operator& (const int32 &val) |
|
void | operator& (const uint32 &val) |
|
void | operator& (const int16 &val) |
|
void | operator& (const uint16 &val) |
|
void | operator& (const signed char &val) |
|
void | operator& (const char &val) |
|
void | operator& (const unsigned char &val) |
|
void | operator& (const bool &val) |
|
void | operator& (const double &val) |
|
template<class Alloc > |
void | operator& (const std::basic_string< char, std::char_traits< char >, Alloc > &val) |
|
template<class T , class Alloc > |
void | operator& (const std::vector< T, Alloc > &val) |
|
template<class Alloc > |
void | operator& (const std::vector< bool, Alloc > &val) |
|
template<class T , class Alloc > |
void | operator& (const std::list< T, Alloc > &val) |
|
template<class T , class Less , class Alloc > |
void | operator& (const std::set< T, Less, Alloc > &val) |
|
template<class T , class Hash , class Eq , class Alloc > |
void | operator& (const std::unordered_set< T, Hash, Eq, Alloc > &val) |
|
template<class T1 , class T2 > |
void | operator& (const std::pair< T1, T2 > &val) |
|
template<class K , class V , class Less , class Alloc > |
void | operator& (const std::map< K, V, Less, Alloc > &val) |
|
template<class K , class V , class Hash , class Eq , class Alloc > |
void | operator& (const std::unordered_map< K, V, Hash, Eq, Alloc > &val) |
|
template<class T > |
void | operator& (const T &val) |
|
SimpleArchiveOut & | operator<< (int64 val) |
|
SimpleArchiveOut & | operator<< (uint64 val) |
|
SimpleArchiveOut & | operator<< (int32 val) |
|
SimpleArchiveOut & | operator<< (uint32 val) |
|
SimpleArchiveOut & | operator<< (int16 val) |
|
SimpleArchiveOut & | operator<< (uint16 val) |
|
SimpleArchiveOut & | operator<< (signed char val) |
|
SimpleArchiveOut & | operator<< (char val) |
|
SimpleArchiveOut & | operator<< (unsigned char val) |
|
SimpleArchiveOut & | operator<< (bool b) |
|
SimpleArchiveOut & | operator<< (double d) |
|
template<class Alloc > |
SimpleArchiveOut & | operator<< (const std::basic_string< char, std::char_traits< char >, Alloc > &val) |
|
template<class T , class Alloc > |
SimpleArchiveOut & | operator<< (const std::vector< T, Alloc > &val) |
|
template<class Alloc > |
SimpleArchiveOut & | operator<< (const std::vector< bool, Alloc > &val) |
|
template<class T , class Alloc > |
SimpleArchiveOut & | operator<< (const std::list< T, Alloc > &val) |
|
template<class T , class Less , class Alloc > |
SimpleArchiveOut & | operator<< (const std::set< T, Less, Alloc > &val) |
|
template<class T , class Hash , class Eq , class Alloc > |
SimpleArchiveOut & | operator<< (const std::unordered_set< T, Hash, Eq, Alloc > &val) |
|
template<class T1 , class T2 > |
SimpleArchiveOut & | operator<< (const std::pair< T1, T2 > &val) |
|
template<class K , class V , class Less , class Alloc > |
SimpleArchiveOut & | operator<< (const std::map< K, V, Less, Alloc > &val) |
|
template<class K , class V , class Hash , class Eq , class Alloc > |
SimpleArchiveOut & | operator<< (const std::unordered_map< K, V, Hash, Eq, Alloc > &val) |
|
template<class T > |
SimpleArchiveOut & | operator<< (const T &val) |
|
template<typename T , size_t n> |
SimpleArchiveOut & | operator<< (const T(&val)[n]) |
|
template<typename T > |
SimpleArchiveOut & | operator>> (T &val) |
|
void | read (void *ptr, size_t n) |
|
void | write (const void *ptr, size_t n) |
|
void | writeBool (bool b) |
|
void | writeDouble (double d) |
|
void | writeInt (int64 val) |
|
void | writeUint (uint64 val) |
|