#include <text_oarchive.hpp>


Public Member Functions | |
| save_binary (const void *address, std::size_t count) | |
| void | put (typename std::ostream::char_type c) |
| void | put (const char *s) |
Protected Types | |
| enum | { none, eol, space } |
| typedef detail::common_oarchive < Archive > | detail_common_oarchive |
Protected Member Functions | |
| template<class T > | |
| void | save (const T &t) |
| void | save (const version_type &t) |
| void | save (const boost::serialization::item_version_type &t) |
| save (const char *t) | |
| save (const wchar_t *t) | |
| save (const std::string &s) | |
| save (const std::wstring &ws) | |
| text_oarchive_impl (std::ostream &os, unsigned int flags) | |
| ~text_oarchive_impl () | |
| 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) |
| void | save_impl (const T &t, boost::mpl::bool_< false > &) |
| void | save_impl (const T &t, boost::mpl::bool_< true > &) |
| newtoken () | |
| void | newline () |
| template<class T > | |
| void | save_override (T &t, BOOST_PFTO int) |
| void | save_override (const object_id_type &t, int) |
| void | save_override (const class_id_optional_type &, int) |
| void | save_override (const class_name_type &t, int) |
| init () | |
Protected Attributes | |
| std::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 std::ostream::char_type, typename std::ostream::traits_type > | locale_saver |
| enum boost::archive::basic_text_oarchive:: { ... } | delimiter |
Friends | |
| class | detail::interface_oarchive< Archive > |
| class | basic_text_oarchive< Archive > |
| class | save_access |
|
protectedinherited |
|
protected |
|
inlineprotected |
|
protectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotected |
Referenced by boost::archive::text_oarchive_impl< text_oarchive >::save().
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
inlineprotectedinherited |
|
protected |
|
protected |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
| boost::archive::text_oarchive_impl< Archive >::save_binary | ( | const void * | address, |
| std::size_t | count | ||
| ) |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
friend |
|
friend |
|
friend |
|
protectedinherited |
| enum { ... } boost::archive::basic_text_oarchive< Archive >::delimiter |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |