Classdesc 3.44
|
XML deserialisation descriptor. More...
#include <map>
#include <iostream>
#include <sstream>
#include <fstream>
#include <limits>
#include <cstdlib>
#include <cctype>
#include <stdarg.h>
#include "xml_common.h"
#include "classdesc.h"
#include "classdesc_access.h"
#include "pack_base.h"
#include "pack_stl.h"
#include "use_mbr_pointers.h"
Go to the source code of this file.
Classes | |
class | xml_pack_error |
class | XMLtoken< Stream > |
class | xml_unpack_t |
Namespaces | |
namespace | classdesc_access |
Contains access_* structs, and nothing else. These structs are used to gain access to private members. | |
namespace | classdesc |
Contains definitions related to classdesc functionality. |
Functions | |
bool | Isspace (char c) |
bool | get (std::istream &i, char &c) |
bool | get (FILE *&i, char &c) |
void | unget (std::istream &i, char c) |
void | unget (FILE *&i, char c) |
template<class T> | |
void | xml_unpack (xml_unpack_t &, const string &, T &) |
template<class T> | |
xml_unpack_t & | operator>> (xml_unpack_t &t, T &a) |
template<class T> | |
void | xml_unpack_onbase (xml_unpack_t &x, const string &d, T &a) |
template<class T> | |
enable_if< is_fundamental< T >, void >::T | xml_unpackp (xml_unpack_t &x, const string &d, T &a) |
template<class T> | |
void | xml_unpack (xml_unpack_t &x, const string &d, is_array ia, T &a, int dims, size_t ncopies,...) |
template<class T> | |
void | xml_unpack (xml_unpack_t &x, const string &d, Enum_handle< T > arg) |
template<class T1, class T2> | |
void | xml_unpack (xml_unpack_t &x, const string &d, std::pair< T1, T2 > &arg) |
template<class T> | |
enable_if< is_sequence< T >, void >::T | 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 | xml_unpackp (xml_unpack_t &x, const string &d, T &arg, dummy< 2 > dum=0) |
template<class T> | |
void | xml_unpack (xml_unpack_t &targ, const string &desc, is_const_static i, T arg) |
template<class T> | |
void | xml_unpack (xml_unpack_t &targ, const string &desc, Exclude< T > &) |
template<class T> | |
void | xml_unpack (xml_unpack_t &targ, const string &desc, CDATA &a) |
template<class T> | |
void | xml_unpack (xml_unpack_t &targ, const string &desc, is_graphnode, T &) |
template<class T> | |
void | xml_unpack (xml_unpack_t &, const string &, T &) |
template<class T> | |
void | xml_unpack_onbase (xml_unpack_t &x, const string &d, T &a) |
XML deserialisation descriptor.