#include <basic_text_oprimitive.hpp>


Classes | |
| struct | is_float |
Public Member Functions | |
| void | put (typename OStream::char_type c) |
| void | put (const char *s) |
| save_binary (const void *address, std::size_t count) | |
Protected Member Functions | |
| void | save (const bool t) |
| void | save (const signed char t) |
| void | save (const unsigned char t) |
| void | save (const char t) |
| void | save (const wchar_t t) |
| template<class T > | |
| void | save_impl (const T &t, boost::mpl::bool_< false > &) |
| template<class T > | |
| void | save_impl (const T &t, boost::mpl::bool_< true > &) |
| template<class T > | |
| void | save (const T &t) |
| basic_text_oprimitive (OStream &os, bool no_codecvt) | |
| ~basic_text_oprimitive () | |
Protected Attributes | |
| OStream & | os |
| io::ios_flags_saver | flags_saver |
| io::ios_precision_saver | precision_saver |
| boost::scoped_ptr< std::locale > | archive_locale |
| basic_streambuf_locale_saver < typename OStream::char_type, typename OStream::traits_type > | locale_saver |
|
protected |
|
protected |
|
inline |
|
inline |
|
inlineprotected |
Referenced by boost::archive::text_oarchive_impl< text_oarchive >::save(), boost::archive::xml_oarchive_impl< xml_oarchive >::save(), boost::archive::text_woarchive_impl< text_woarchive >::save(), boost::archive::xml_woarchive_impl< xml_woarchive >::save(), and boost::archive::basic_text_oprimitive< std::wostream >::save().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
| boost::archive::basic_text_oprimitive< OStream >::save_binary | ( | const void * | address, |
| std::size_t | count | ||
| ) |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |