#include <basic_text_iprimitive.hpp>


Public Member Functions | |
| load_binary (void *address, std::size_t count) | |
Protected Member Functions | |
| template<class T > | |
| void | load (T &t) |
| void | load (char &t) |
| void | load (signed char &t) |
| void | load (unsigned char &t) |
| void | load (wchar_t &t) |
| basic_text_iprimitive (IStream &is, bool no_codecvt) | |
| ~basic_text_iprimitive () | |
Protected Attributes | |
| IStream & | is |
| io::ios_flags_saver | flags_saver |
| io::ios_precision_saver | precision_saver |
| boost::scoped_ptr< std::locale > | archive_locale |
| basic_streambuf_locale_saver < typename IStream::char_type, typename IStream::traits_type > | locale_saver |
|
protected |
|
protected |
|
inlineprotected |
Referenced by boost::archive::text_iarchive_impl< text_iarchive >::load(), boost::archive::text_wiarchive_impl< text_wiarchive >::load(), boost::archive::xml_iarchive_impl< xml_iarchive >::load(), boost::archive::xml_wiarchive_impl< xml_wiarchive >::load(), and boost::archive::basic_text_iprimitive< std::wistream >::load().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
| boost::archive::basic_text_iprimitive< IStream >::load_binary | ( | void * | address, |
| std::size_t | count | ||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |