MyraMath
|
Serialization toolkit. [tutorial] .
More...Files | |
file | ByteStreams.h [code] |
Streams that serialize/deserialize to char* buffer. | |
file | Checksum.h [code] |
Functions to help implement checksums while serializing into OutputStream's and deserializing from InputStream's. | |
file | FileStreams.h [code] |
Streams that serialize/deserialize to/from files. | |
file | iosize.h [code] |
Counts up the size (in bytes) of an instance t of type T, that possesses a T::write(OutputStream) method. | |
file | ReaderWriter.h [code] |
ReaderWriter<T>, encapsulates a read()/write() pair for type T. | |
file | Streams.h [code] |
Bases classes for binary input/output streams. | |
file | VectorStream.h [code] |
A stream that serialize/deserializes to std::vector<char> buffer. | |
Serialization toolkit. [tutorial] .