#include <feature.h>
Inheritance diagram for libsvx::Feature:

Public Methods | |
| Feature (TiXmlElement &Element) | |
| Create an SVX Feature Element based on a XML element. | |
| Feature (const Feature &a_feature) | |
| Construct a clone of the class Feature. More... | |
| ~Feature () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| There must be at least one text. | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
Definition at line 54 of file feature.h.
|
|
Construct a clone of the class Feature. Construct a clone of the class Feature Definition at line 61 of file feature.cxx. |
1.2.15