#include <portable_binary_oarchive.hpp>
◆ archive_base_t
◆ detail_common_oarchive
◆ primitive_base_t
◆ portable_binary_oarchive() [1/2]
| boost::archive::portable_binary_oarchive::portable_binary_oarchive |
( |
std::ostream & |
os, |
|
|
unsigned |
flags = endian_little |
|
) |
| |
|
inline |
◆ portable_binary_oarchive() [2/2]
| boost::archive::portable_binary_oarchive::portable_binary_oarchive |
( |
std::basic_streambuf< std::ostream::char_type, std::ostream::traits_type > & |
bsb, |
|
|
unsigned int |
flags |
|
) |
| |
|
inline |
◆ init()
| void boost::archive::portable_binary_oarchive::init |
( |
unsigned int |
flags | ) |
|
|
inline |
◆ save() [1/7]
template<class T >
| void boost::archive::portable_binary_oarchive::save |
( |
const T & |
t | ) |
|
|
inline |
◆ save() [2/7]
| void boost::archive::portable_binary_oarchive::save |
( |
const std::string & |
t | ) |
|
|
inline |
◆ save() [3/7]
| void boost::archive::portable_binary_oarchive::save |
( |
const std::wstring & |
t | ) |
|
|
inline |
◆ save() [4/7]
| void boost::archive::portable_binary_oarchive::save |
( |
const float & |
t | ) |
|
|
inline |
◆ save() [5/7]
| void boost::archive::portable_binary_oarchive::save |
( |
const double & |
t | ) |
|
|
inline |
◆ save() [6/7]
| void boost::archive::portable_binary_oarchive::save |
( |
const char & |
t | ) |
|
|
inline |
◆ save() [7/7]
| void boost::archive::portable_binary_oarchive::save |
( |
const unsigned char & |
t | ) |
|
|
inline |
◆ save_impl()
◆ save_override() [1/3]
template<class T >
| void boost::archive::portable_binary_oarchive::save_override |
( |
T & |
t, |
|
|
int |
|
|
) |
| |
|
inline |
◆ save_override() [2/3]
| void boost::archive::portable_binary_oarchive::save_override |
( |
const boost::archive::class_name_type & |
t, |
|
|
int |
|
|
) |
| |
|
inline |
◆ save_override() [3/3]
| void boost::archive::portable_binary_oarchive::save_override |
( |
const boost::archive::class_id_optional_type & |
, |
|
|
int |
|
|
) |
| |
|
inline |
◆ m_flags
| unsigned int boost::archive::portable_binary_oarchive::m_flags |
The documentation for this class was generated from the following file: