|
typedef std::pair< std::string, std::string > | atb |
|
Definition at line 989 of file tree.
◆ default_factory() [1/2]
tools::xml::default_factory::default_factory |
( |
| ) |
|
|
inline |
Definition at line 1001 of file tree.
1003 mem::increment(s_class().c_str());
◆ ~default_factory()
virtual tools::xml::default_factory::~default_factory |
( |
| ) |
|
|
inlinevirtual |
Definition at line 1006 of file tree.
1008 mem::decrement(s_class().c_str());
◆ default_factory() [2/2]
tools::xml::default_factory::default_factory |
( |
const default_factory & |
a_from | ) |
|
|
inline |
Definition at line 1012 of file tree.
1015 mem::increment(s_class().c_str());
◆ create()
virtual tree* tools::xml::default_factory::create |
( |
const std::string & |
a_tag_name, |
|
|
const std::vector< tree::atb > & |
a_atbs, |
|
|
tree * |
a_parent |
|
) |
| |
|
inlinevirtual |
Implements tools::xml::factory.
Definition at line 994 of file tree.
996 tree* itemML =
new tree(a_tag_name,*
this,a_parent);
997 itemML->set_attributes(a_atbs);
◆ operator=()
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/xml/tree