|
Allolib
1.0
C++ Components For Interactive Multimedia
|
The Serializer struct. More...
Public Member Functions | |
| template<class T > | |
| Serializer & | operator<< (T v) |
| Serializer & | operator<< (const char *v) |
| Serializer & | operator<< (const std::string &v) |
| template<class T > | |
| Serializer & | add (const T *v, uint32_t num) |
| const std::vector< char > & | buf () const |
The Serializer struct.
Definition at line 160 of file al_Serialize.hpp.