Collage  0.6.1
Classes | Public Member Functions | Friends
co::DataOStreamArchive Class Reference

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

#include <dataOStreamArchive.h>

List of all members.

Classes

struct  use_array_optimization

Public Member Functions

CO_API DataOStreamArchive (DataOStream &stream)
 Construct a new serialization archive.
CO_API void save_binary (const void *data, std::size_t size)
template<typename T >
void save_array (const boost::serialization::array< T > &a, unsigned int)
template<typename T >
void save_array (const boost::serialization::array< T > &a, unsigned int)
template<class C , class T , class A >
void save (const std::basic_string< C, T, A > &s)
template<typename T >
boost::enable_if
< boost::is_integral< T >
>::type 
save (const T &t)
template<typename T >
boost::enable_if
< boost::is_floating_point< T >
>::type 
save (const T &t)

Friends

class boost::archive::save_access

Detailed Description

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

Definition at line 50 of file dataOStreamArchive.h.


Constructor & Destructor Documentation

Construct a new serialization archive.


The documentation for this class was generated from the following files:
Generated on Mon Nov 26 2012 14:41:44 for Collage 0.6.1 by  doxygen 1.7.6.1