Equalizer  1.4.1
Classes | Public Member Functions | Friends
co::DataIStreamArchive Class Reference

A boost.serialization archive for a co::DataIStream. More...

#include <dataIStreamArchive.h>

List of all members.

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

Detailed Description

A boost.serialization archive for a co::DataIStream.

Definition at line 53 of file dataIStreamArchive.h.


Constructor & Destructor Documentation

Construct a new deserialization archive.


The documentation for this class was generated from the following files:
Generated on Mon Nov 26 2012 14:41:50 for Equalizer 1.4.1 by  doxygen 1.7.6.1