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

#include <basic_xml_oarchive.hpp>

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

Protected Types

typedef
detail::common_oarchive
< Archive > 
detail_common_oarchive
 

Protected Member Functions

 indent ()
 
 init ()
 
 write_attribute (const char *attribute_name, int t, const char *conjunction="=\"")
 
 write_attribute (const char *attribute_name, const char *key)
 
 save_start (const char *name)
 
 save_end (const char *name)
 
 end_preamble ()
 
template<class T >
void save_override (T &t, BOOST_PFTO int)
 
template<class T >
void save_override (const ::boost::serialization::nvp< T > &t, int)
 
 save_override (const object_id_type &t, int)
 
 save_override (const object_reference_type &t, int)
 
 save_override (const version_type &t, int)
 
 save_override (const class_id_type &t, int)
 
 save_override (const class_id_optional_type &t, int)
 
 save_override (const class_id_reference_type &t, int)
 
 save_override (const class_name_type &t, int)
 
 save_override (const tracking_type &t, int)
 
 basic_xml_oarchive (unsigned int flags)
 
 ~basic_xml_oarchive ()
 

Protected Attributes

unsigned int depth
 
bool indent_next
 
bool pending_preamble
 

Friends

class detail::interface_oarchive< Archive >
 
class save_access
 

Member Typedef Documentation

template<class Archive>
typedef detail::common_oarchive<Archive> boost::archive::basic_xml_oarchive< Archive >::detail_common_oarchive
protected

Constructor & Destructor Documentation

template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::basic_xml_oarchive ( unsigned int  flags)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::~basic_xml_oarchive ( )
protected

Member Function Documentation

template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::indent ( )
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::init ( )
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_end ( const char *  name)
protected
template<class Archive>
template<class T >
void boost::archive::basic_xml_oarchive< Archive >::save_override ( T t,
BOOST_PFTO  int 
)
inlineprotected
template<class Archive>
template<class T >
void boost::archive::basic_xml_oarchive< Archive >::save_override ( const ::boost::serialization::nvp< T > &  t,
int   
)
inlineprotected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const object_id_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const object_reference_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const version_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const class_id_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const class_id_optional_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const class_id_reference_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const class_name_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_override ( const tracking_type t,
int   
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::save_start ( const char *  name)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::write_attribute ( const char *  attribute_name,
int  t,
const char *  conjunction = "=\"" 
)
protected
template<class Archive>
boost::archive::basic_xml_oarchive< Archive >::write_attribute ( const char *  attribute_name,
const char *  key 
)
protected

Friends And Related Function Documentation

template<class Archive>
friend class detail::interface_oarchive< Archive >
friend
template<class Archive>
friend class save_access
friend

Member Data Documentation

template<class Archive>
unsigned int boost::archive::basic_xml_oarchive< Archive >::depth
protected
template<class Archive>
bool boost::archive::basic_xml_oarchive< Archive >::pending_preamble
protected

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