#include <element_generic.h>
Inheritance diagram for libsvx::ElementGeneric:

Public Methods | |
| ElementGeneric (TiXmlElement &Element, const std::string the_name) | |
| Create the element with the name attribute. | |
| ElementGeneric (const ElementGeneric &a_element) | |
| Construct a clone of the class ElementGeneric. More... | |
| ~ElementGeneric () | |
| destructor, free all the sub-informations. | |
| virtual bool | IsValid () const=0 |
| only the inherited class knows if there must be a name and if it's valid or not. | |
| virtual void | XmlElement (TiXmlElement &the_element_to_fill)=0 |
| a method to fill an XML element with the specified element informations. | |
Definition at line 54 of file element_generic.h.
|
|
Construct a clone of the class ElementGeneric. Construct a clone of the class ElementGeneric Definition at line 59 of file element_generic.cxx. |
1.2.15