|
Monero
|
#include <portable_binary_iarchive.hpp>


Public Types | |
| typedef boost::archive::detail::common_iarchive< portable_binary_iarchive > | detail_common_iarchive |
Public Member Functions | |
| void | load_impl (boost::intmax_t &l, char maxsize) |
| template<class T> | |
| void | load (T &t) |
| void | load (boost::serialization::item_version_type &t) |
| void | load (boost::archive::version_type &t) |
| void | load (boost::archive::class_id_type &t) |
| void | load (std::string &t) |
| void | load (std::wstring &t) |
| void | load (float &t) |
| void | load (double &t) |
| void | load (char &t) |
| void | load (unsigned char &t) |
| template<class T> | |
| void | load_override (T &t, int) |
| void | load_override (boost::archive::class_name_type &t, int) |
| void | load_override (boost::archive::class_id_optional_type &, int) |
| void | init (unsigned int flags) |
| portable_binary_iarchive (std::istream &is, unsigned flags=0) | |
| portable_binary_iarchive (std::basic_streambuf< std::istream::char_type, std::istream::traits_type > &bsb, unsigned int flags) | |
Public Attributes | |
| unsigned int | m_flags |
Private Types | |
| typedef boost::archive::basic_binary_iprimitive< portable_binary_iarchive, std::istream::char_type, std::istream::traits_type > | primitive_base_t |
| typedef boost::archive::detail::common_iarchive< portable_binary_iarchive > | archive_base_t |
|
private |
| typedef boost::archive::detail::common_iarchive<portable_binary_iarchive> boost::archive::portable_binary_iarchive::detail_common_iarchive |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| unsigned int boost::archive::portable_binary_iarchive::m_flags |