| 
    Collage
    0.6.1
    
   
   | 
  
  
  
 
A boost.serialization archive for a co::DataOStream. More...
#include <dataOStreamArchive.h>
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 | 
A boost.serialization archive for a co::DataOStream.
Definition at line 50 of file dataOStreamArchive.h.
| CO_API co::DataOStreamArchive::DataOStreamArchive | ( | DataOStream & | stream | ) | 
Construct a new serialization archive.
 0.6.1 by 
    
      
     1.7.6.1