Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::archive::xml_wiarchive_impl< Archive > Class Template Reference

#include <xml_wiarchive.hpp>

Inheritance diagram for boost::archive::xml_wiarchive_impl< Archive >:
Collaboration diagram for boost::archive::xml_wiarchive_impl< Archive >:

Public Member Functions

 load_binary (void *address, std::size_t count)
 

Protected Types

typedef
detail::common_iarchive
< Archive > 
detail_common_iarchive
 

Protected Member Functions

std::wistream & get_is ()
 
template<class T >
void load (T &t)
 
void load (version_type &t)
 
void load (boost::serialization::item_version_type &t)
 
 load (char *t)
 
 load (wchar_t *t)
 
 load (std::string &s)
 
 load (std::wstring &ws)
 
template<class T >
void load_override (T &t, BOOST_PFTO int)
 
 load_override (class_name_type &t, int)
 
 init ()
 
 xml_wiarchive_impl (std::wistream &is, unsigned int flags)
 
 ~xml_wiarchive_impl ()
 
void load (char &t)
 
void load (signed char &t)
 
void load (unsigned char &t)
 
void load (wchar_t &t)
 
 load_start (const char *name)
 
 load_end (const char *name)
 
template<class T >
void load_override (const boost::serialization::nvp< T > &t, int)
 
void load_override (class_id_optional_type &, int)
 
 load_override (object_id_type &t, int)
 
 load_override (version_type &t, int)
 
 load_override (class_id_type &t, int)
 
 load_override (tracking_type &t, int)
 

Protected Attributes

xml_wgrammargimpl
 
std::wistream & 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
std::wistream::char_type,
typename
std::wistream::traits_type > 
locale_saver
 
unsigned int depth
 

Friends

class detail::interface_iarchive< Archive >
 
class basic_xml_iarchive< Archive >
 
class load_access
 

Member Typedef Documentation

template<class Archive>
typedef detail::common_iarchive<Archive> boost::archive::basic_xml_iarchive< Archive >::detail_common_iarchive
protectedinherited

Constructor & Destructor Documentation

template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::xml_wiarchive_impl ( std::wistream &  is,
unsigned int  flags 
)
protected
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::~xml_wiarchive_impl ( )
protected

Member Function Documentation

template<class Archive>
std::wistream& boost::archive::xml_wiarchive_impl< Archive >::get_is ( )
inlineprotected
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::init ( )
protected
template<class Archive>
template<class T >
void boost::archive::xml_wiarchive_impl< Archive >::load ( T t)
inlineprotected
template<class Archive>
void boost::archive::xml_wiarchive_impl< Archive >::load ( version_type t)
inlineprotected
template<class Archive>
void boost::archive::xml_wiarchive_impl< Archive >::load ( boost::serialization::item_version_type t)
inlineprotected
void boost::archive::basic_text_iprimitive< std::wistream >::load ( char &  t)
inlineprotectedinherited
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::load ( char *  t)
protected
void boost::archive::basic_text_iprimitive< std::wistream >::load ( signed char &  t)
inlineprotectedinherited
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::load ( wchar_t *  t)
protected
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::load ( std::string &  s)
protected
void boost::archive::basic_text_iprimitive< std::wistream >::load ( unsigned char &  t)
inlineprotectedinherited
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::load ( std::wstring &  ws)
protected
boost::archive::basic_text_iprimitive< std::wistream >::load_binary ( void *  address,
std::size_t  count 
)
inherited
template<class Archive>
boost::archive::basic_xml_iarchive< Archive >::load_end ( const char *  name)
protectedinherited
template<class Archive>
template<class T >
void boost::archive::basic_xml_iarchive< Archive >::load_override ( const boost::serialization::nvp< T > &  t,
int   
)
inlineprotectedinherited
template<class Archive>
void boost::archive::basic_xml_iarchive< Archive >::load_override ( class_id_optional_type ,
int   
)
inlineprotectedinherited
template<class Archive>
boost::archive::basic_xml_iarchive< Archive >::load_override ( object_id_type t,
int   
)
protectedinherited
template<class Archive>
boost::archive::basic_xml_iarchive< Archive >::load_override ( version_type t,
int   
)
protectedinherited
template<class Archive>
template<class T >
void boost::archive::xml_wiarchive_impl< Archive >::load_override ( T t,
BOOST_PFTO  int 
)
inlineprotected
template<class Archive>
boost::archive::basic_xml_iarchive< Archive >::load_override ( class_id_type t,
int   
)
protectedinherited
template<class Archive>
boost::archive::basic_xml_iarchive< Archive >::load_override ( tracking_type t,
int   
)
protectedinherited
template<class Archive>
boost::archive::xml_wiarchive_impl< Archive >::load_override ( class_name_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_iarchive< Archive >::load_start ( const char *  name)
protectedinherited

Friends And Related Function Documentation

template<class Archive>
friend class basic_xml_iarchive< Archive >
friend
template<class Archive>
friend class detail::interface_iarchive< Archive >
friend
template<class Archive>
friend class load_access
friend

Member Data Documentation

boost::scoped_ptr<std::locale> boost::archive::basic_text_iprimitive< std::wistream >::archive_locale
protectedinherited
template<class Archive>
unsigned int boost::archive::basic_xml_iarchive< Archive >::depth
protectedinherited
io::ios_flags_saver boost::archive::basic_text_iprimitive< std::wistream >::flags_saver
protectedinherited
template<class Archive>
xml_wgrammar* boost::archive::xml_wiarchive_impl< Archive >::gimpl
protected
std::wistream & boost::archive::basic_text_iprimitive< std::wistream >::is
protectedinherited
basic_streambuf_locale_saver< typename std::wistream ::char_type, typename std::wistream ::traits_type > boost::archive::basic_text_iprimitive< std::wistream >::locale_saver
protectedinherited
io::ios_precision_saver boost::archive::basic_text_iprimitive< std::wistream >::precision_saver
protectedinherited

The documentation for this class was generated from the following file: