xml_pack_base.h File Reference

XML serialisation descriptor. More...

#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <assert.h>
#include <classdesc.h>
#include <xml_common.h>
#include <stdexcept>
#include <stdarg.h>
Include dependency graph for xml_pack_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  classdesc::xml_pack_t
 
class  classdesc::xml_pack_t::Tag
 <utility structure for handling tag/endtag More...
 
struct  classdesc_access::access_xml_pack< T >
 

Namespaces

 classdesc
 Contains definitions related to classdesc functionality.
 
 classdesc_access
 Contains access_* structs, and nothing else. These structs are used to gain access to private members.
 

Functions

std::string classdesc::xml_quote (char c)
 
template<class T >
enable_if< is_fundamental< T >, void >::T classdesc::xml_packp (xml_pack_t &x, const string &d, T &a)
 
template<>
void classdesc::xml_packp (xml_pack_t &x, const string &d, bool &a)
 
template<class T >
enable_if< is_enum< T >, void >::T classdesc::xml_packp (xml_pack_t &x, const string &d, T &arg)
 
template<class T >
void xml_pack (classdesc::xml_pack_t &, const classdesc::string &, const T &)
 
template<class T >
void xml_pack (classdesc::xml_pack_t &, const classdesc::string &, T &)
 
template<class T >
classdesc::xml_pack_toperator<< (classdesc::xml_pack_t &t, const T &a)
 
void xml_pack (classdesc::xml_pack_t &x, const classdesc::string &d, std::string &a)
 
void xml_pack (classdesc::xml_pack_t &x, const classdesc::string &d, const std::string &a)
 
template<class T >
void xml_pack (classdesc::xml_pack_t &x, const classdesc::string &d, classdesc::is_array ia, T &a, int dims, size_t ncopies,...)
 
template<class T1 , class T2 >
void xml_pack (classdesc::xml_pack_t &x, const classdesc::string &d, const std::pair< T1, T2 > &arg)
 
template<class T >
enable_if< Or< is_sequence< T >, is_associative_container< T > >, void >::T classdesc::xml_packp (xml_pack_t &x, const string &d, T &arg, dummy< 1 > dum=0)
 
template<class T >
void classdesc::xml_pack_onbase (xml_pack_t &x, const string &d, T &a)
 
template<class C , class T >
void xml_pack (classdesc::xml_pack_t &targ, const classdesc::string &desc, C &c, T arg)
 
template<class T >
void xml_pack (classdesc::xml_pack_t &targ, const classdesc::string &desc, classdesc::is_const_static i, T arg)
 
template<class T , class U >
void xml_pack (classdesc::xml_pack_t &targ, const classdesc::string &desc, classdesc::is_const_static i, const T &, U)
 
template<class T >
void xml_pack (classdesc::xml_pack_t &targ, const classdesc::string &desc, classdesc::Exclude< T > &)
 
template<class T >
void xml_pack (classdesc::xml_pack_t &x, const classdesc::string &d, classdesc::shared_ptr< T > &a)
 
template<class T >
void classdesc::xml_pack (xml_pack_t &targ, const string &desc, is_graphnode, T &)
 

Detailed Description

XML serialisation descriptor.