xml_unpack_base.h File Reference

XML deserialisation descriptor. More...

#include <map>
#include <iostream>
#include <sstream>
#include <fstream>
#include <limits>
#include <cstdlib>
#include <cctype>
#include "xml_common.h"
#include "classdesc.h"
#include "pack_base.h"
#include "pack_stl.h"
#include <stdarg.h>
Include dependency graph for xml_unpack_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  classdesc_access::access_pack< T >
 class to allow access to private members More...
 
struct  classdesc_access::access_unpack< T >
 class to allow access to private members More...
 
class  classdesc::xml_pack_error
 
class  classdesc::XMLtoken< Stream >
 
class  classdesc::xml_unpack_t
 
struct  classdesc_access::access_xml_unpack< T >
 

Namespaces

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

Functions

bool classdesc::Isspace (char c)
 
bool classdesc::get (std::istream &i, char &c)
 
bool classdesc::get (FILE *&i, char &c)
 
void classdesc::unget (std::istream &i, char c)
 
void classdesc::unget (FILE *&i, char c)
 
template<class T >
void xml_unpack (classdesc::xml_unpack_t &, const classdesc::string &, T &)
 
template<class T >
classdesc::xml_unpack_toperator>> (classdesc::xml_unpack_t &t, T &a)
 
template<class T >
void classdesc::xml_unpack_onbase (xml_unpack_t &x, const string &d, T &a)
 
template<class T >
enable_if< is_fundamental< T >, void >::T classdesc::xml_unpackp (xml_unpack_t &x, const string &d, T &a)
 
template<class T >
void xml_unpack (classdesc::xml_unpack_t &x, const classdesc::string &d, classdesc::is_array ia, T &a, int dims, size_t ncopies,...)
 
template<class T >
void xml_unpack (classdesc::xml_unpack_t &x, const classdesc::string &d, classdesc::Enum_handle< T > arg)
 
template<class T1 , class T2 >
void xml_unpack (classdesc::xml_unpack_t &x, const classdesc::string &d, std::pair< T1, T2 > &arg)
 
template<class T >
enable_if< is_sequence< T >, void >::T classdesc::xml_unpackp (xml_unpack_t &x, const string &d, T &arg, dummy< 1 > dum=0)
 
template<class T >
enable_if< is_associative_container< T >, void >::T classdesc::xml_unpackp (xml_unpack_t &x, const string &d, T &arg, dummy< 2 > dum=0)
 
template<class C , class T >
void xml_unpack (classdesc::xml_unpack_t &targ, const classdesc::string &desc, C &c, T arg)
 
template<class T >
void xml_unpack (classdesc::xml_unpack_t &targ, const classdesc::string &desc, classdesc::is_const_static i, T arg)
 
template<class T , class U >
void xml_unpack (classdesc::xml_unpack_t &targ, const classdesc::string &desc, classdesc::is_const_static i, const T &, U)
 
template<class T >
void xml_unpack (classdesc::xml_unpack_t &targ, const classdesc::string &desc, classdesc::Exclude< T > &)
 
template<class T >
void classdesc::xml_unpack (xml_unpack_t &targ, const string &desc, is_graphnode, T &)
 

Detailed Description

XML deserialisation descriptor.