#include <dversion.h>
Inheritance diagram for libsvx::DVersion:

Public Methods | |
| DVersion (TiXmlElement &Element) | |
| Create an SVX DVersion Element based on a XML element. | |
| DVersion (const DVersion &a_dversion) | |
| Construct a clone of the class DVersion. More... | |
| ~DVersion () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| There must be a name and compatible attributes. | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| DVersion & | operator+= (const DVersion &the_object_to_add) |
| bool | operator!= (const DVersion &the_object_to_compare) const |
Protected Attributes | |
| Attribute * | m_A_compatible |
| Attribute describing if the "version" if compatible or not (boolean). | |
Definition at line 57 of file dversion.h.
|
|
Construct a clone of the class DVersion. Construct a clone of the class DVersion Definition at line 70 of file dversion.cxx. References m_A_compatible. |
1.2.15