#include <license.h>
Inheritance diagram for libsvx::License:

Public Methods | |
| License (TiXmlElement &Element) | |
| Create an SVX License Element based on an XML element. | |
| License (const License &a_license) | |
| Construct a clone of the class License. | |
| ~License () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| Valid if there is a name and a type and they must be valid. | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| License & | operator+= (const License &the_object_to_add) |
| bool | operator!= (const License &the_object_to_compare) const |
Protected Attributes | |
| Attribute * | m_A_type |
| The license type (see The SVX DTD for valid values). | |
| Attribute * | m_A_name |
| The license name (BXAPL, GPL, BSD, QPL, etc). | |
Definition at line 60 of file license.h.
1.2.15