Classdesc 3.44
|
XML serialisation descriptor. More...
#include <cmath>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <assert.h>
#include <stdarg.h>
#include <classdesc.h>
#include <classdesc_access.h>
#include <xml_common.h>
#include <stdexcept>
#include "use_mbr_pointers.h"
Go to the source code of this file.
Classes | |
class | xml_pack_t |
struct | xml_pack_t::PackAborted |
set to true to cancel packing from another thread More... | |
class | xml_pack_t::Tag |
<utility structure for handling tag/endtag More... |
Namespaces | |
namespace | classdesc |
Contains definitions related to classdesc functionality. |
Functions | |
std::string | xml_quote (char c) |
std::ostream & | operator<< (std::ostream &o, const CDATA &x) |
template<class T> | |
enable_if< is_fundamental< T >, void >::T | xml_packp (xml_pack_t &x, const string &d, T &a) |
template<> | |
void | xml_packp (xml_pack_t &x, const string &d, bool &a) |
template<> | |
void | xml_packp (xml_pack_t &x, const string &d, char &a) |
template<class T> | |
enable_if< is_enum< T >, void >::T | xml_packp (xml_pack_t &x, const string &d, T &arg) |
template<class T> | |
void | xml_pack (xml_pack_t &, const string &, const T &) |
template<class T> | |
void | xml_pack (xml_pack_t &, const string &, T &) |
template<class T> | |
xml_pack_t & | operator<< (xml_pack_t &t, const T &a) |
void | xml_pack (xml_pack_t &x, const string &d, std::string &a) |
void | xml_pack (xml_pack_t &x, const string &d, const std::string &a) |
template<class T> | |
void | xml_pack (xml_pack_t &x, const string &d, is_array ia, T &a, int dims, size_t ncopies,...) |
template<class T1, class T2> | |
void | xml_pack (xml_pack_t &x, const string &d, const std::pair< T1, T2 > &arg) |
template<class T> | |
enable_if< Or< is_sequence< T >, is_associative_container< T > >, void >::T | xml_packp (xml_pack_t &x, const string &d, T &arg, dummy< 1 > dum=0) |
template<class T> | |
void | xml_pack_onbase (xml_pack_t &x, const string &d, T &a) |
template<class T> | |
void | xml_pack (xml_pack_t &targ, const string &desc, is_const_static i, T arg) |
template<class T> | |
void | xml_pack (xml_pack_t &targ, const string &desc, Exclude< T > &) |
template<class T> | |
void | xml_pack (xml_pack_t &x, const string &d, shared_ptr< T > &a) |
template<class T> | |
void | xml_pack (xml_pack_t &targ, const string &desc, is_graphnode, T &) |
template<class T> | |
void | xml_pack (xml_pack_t &, const string &, const T &) |
template<class T> | |
void | xml_pack_onbase (xml_pack_t &x, const string &d, T &a) |
XML serialisation descriptor.