|
Equalizer
1.4.1
|
A boost.serialization archive for a co::DataIStream. More...
#include <dataIStreamArchive.h>
Classes | |
| struct | use_array_optimization |
Public Member Functions | |
| CO_API | DataIStreamArchive (DataIStream &stream) |
| Construct a new deserialization archive. | |
| CO_API void | load_binary (void *data, std::size_t size) |
| template<typename T > | |
| void | load_array (boost::serialization::array< T > &a, unsigned int) |
| template<typename T > | |
| void | load_array (boost::serialization::array< T > &a, unsigned int) |
| template<class C , class T , class A > | |
| void | load (std::basic_string< C, T, A > &s) |
| template<typename T > | |
| boost::enable_if < boost::is_integral< T > >::type | load (T &t) |
| template<typename T > | |
| boost::enable_if < boost::is_floating_point< T > >::type | load (T &t) |
Friends | |
| class | boost::archive::load_access |
A boost.serialization archive for a co::DataIStream.
Definition at line 53 of file dataIStreamArchive.h.
| CO_API co::DataIStreamArchive::DataIStreamArchive | ( | DataIStream & | stream | ) |
Construct a new deserialization archive.
1.4.1 by
1.7.6.1