#include <text_woarchive.hpp>
Public Member Functions | |
void | save_binary (const void *address, std::size_t count) |
void | put (typename std::wostream::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_woarchive_impl (std::wostream &os, unsigned int flags) | |
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::wostream & | 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::wostream::char_type, typename std::wostream::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 |
|
inlineprotected |
|
protectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedinherited |
|
protected |
|
protected |
|
protected |
|
inlineprotectedinherited |
|
protected |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
friend |
|
friend |
|
friend |
|
protectedinherited |
enum { ... } boost::archive::basic_text_oarchive< Archive >::delimiter |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |