#include <xml_pack_base.h>
|
class | Tag |
| <utility structure for handling tag/endtag More...
|
|
|
| xml_pack_t (std::ostream &o, const string &schema="") |
| if true, the layout XML in more human friendly form
|
|
template<class T > |
void | pack (const string &d, const T &x) |
|
template<class T > |
void | pack_notag (const string &d, const T &x) |
|
|
string | schema |
|
bool | prettyPrint |
|
◆ pack()
template<class T >
void classdesc::xml_pack_t::pack |
( |
const string & |
d, |
|
|
const T & |
x |
|
) |
| |
|
inline |
◆ pack_notag()
template<class T >
void classdesc::xml_pack_t::pack_notag |
( |
const string & |
d, |
|
|
const T & |
x |
|
) |
| |
|
inline |
pack an untagged simple type
References pack().
The documentation for this class was generated from the following file: