#include <vendor.h>
Inheritance diagram for libsvx::Vendor:
Public Methods | |
Vendor (TiXmlElement &Element) | |
Create an SVX vendor element based on an XML element. | |
Vendor (const Vendor &a_vendor) | |
Construct a clone of the class Vendor. | |
~Vendor () | |
destructor, free all the sub-informations. | |
bool | IsValid () const |
There must be a name. | |
TiXmlElement & | XmlElement () |
a method to get the informations of the element into an XML element. | |
Vendor & | operator+= (const Vendor &the_object_to_add) |
bool | operator!= (const Vendor &the_object_to_compare) const |
Protected Attributes | |
Email * | m_Email |
The email address of the vendor. | |
Url * | m_Url |
The URL homepage of the vendor. |
Definition at line 58 of file vendor.h.