#include <XmlTree.hpp>
List of all members.
Public Types |
| typedef boost::property_tree::ptree | DataType |
Detailed Description
Definition at line 18 of file XmlTree.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
| yap::XmlTree::XmlTree |
( |
| ) |
|
| yap::XmlTree::XmlTree |
( |
const XmlTree & |
copy | ) |
|
Member Function Documentation
template<typename T >
| void yap::XmlTree::Add |
( |
const String & |
name, |
|
|
const T & |
value |
|
) |
| |
|
inline |
| void yap::XmlTree::Create |
( |
const String & |
rootName | ) |
|
| void yap::XmlTree::CreateFromRawData |
( |
DataType * |
data | ) |
|
| void yap::XmlTree::CreateFromStream |
( |
IStream & |
iStream, |
|
|
const String & |
rootName |
|
) |
| |
| void yap::XmlTree::CreateFromXmlTree |
( |
const String & |
rootName, |
|
|
XmlTree & |
copy |
|
) |
| |
| yap::XmlTree::DISALLOW_ASSIGN |
( |
XmlTree |
| ) |
|
|
private |
| void yap::XmlTree::Dump |
( |
OStream & |
oStream | ) |
|
template<typename T >
| const T yap::XmlTree::Get |
( |
const String & |
name | ) |
const |
|
inline |
template<typename T >
| const T yap::XmlTree::Get |
( |
| ) |
const |
|
inline |
| const String & yap::XmlTree::GetNode |
( |
int |
index | ) |
const |
| bool yap::XmlTree::NodeExists |
( |
const String & |
name | ) |
const |
Member Data Documentation
The documentation for this class was generated from the following files:
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/System/IO/Xml/XmlTree.hpp
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/System/IO/Xml/XmlTree.hxx
- G:/YAPOG/YAPOG/YAPOG/src/YAPOG/System/IO/Xml/XmlTree.cpp