#include <activation.h>
Inheritance diagram for libsvx::Activation:

Public Methods | |
| Activation (TiXmlElement &Element) | |
| Create an SVX Activation Element based on a XML element. | |
| Activation (const Activation &a_activation) | |
| Construct a clone of the class Activation. | |
| ~Activation () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| Valid if there is a scheme. | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| Activation & | operator+= (const Activation &the_object_to_add) |
| bool | operator!= (const Activation &the_object_to_compare) const |
Protected Attributes | |
| Attribute * | m_A_scheme |
| The scheme of activation when applied. | |
Definition at line 60 of file activation.h.
1.2.15