Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

libsvx::ElementLicense Class Reference

a virtual class for elements holding a License list. More...

#include <element_license.h>

Inheritance diagram for libsvx::ElementLicense:

libsvx::ElementGeneric libsvx::Element libsvx::Package libsvx::Product libsvx::Version List of all members.

Public Methods

 ElementLicense (TiXmlElement &Element, const std::string the_name)
 Create an Element containing a SVX text elements based on a XML element.

 ElementLicense (const ElementLicense &a_license)
 Construct a clone of the class ElementLicense.

 ~ElementLicense ()
 destructor, free all the sub-informations.

virtual bool IsValid () const
 Always valid.

virtual TiXmlElement & XmlElement ()=0
 a method to get the informations of the element into an XML element.

void XmlElement (TiXmlElement &the_element_to_fill)
 a method to fill an XML element with the specified element informations.

LicenseFindLicense (const License &the_license) const
ElementLicense & operator+= (const ElementLicense &the_object_to_add)
bool operator!= (const ElementLicense &the_object_to_compare) const

Protected Attributes

Mvector< Licensem_List_License
 The list of licenses applicable to the element (single, dual, multiple licensing).


Detailed Description

a virtual class for elements holding a License list.

Note:
multiple licenses correspond to dual-license or multiple-license items

Definition at line 61 of file element_license.h.


Member Function Documentation

bool ElementLicense::operator!= const ElementLicense &    the_object_to_compare const
 

Todo:
For each element of the list we should have the same License items (?)

Definition at line 145 of file element_license.cxx.

References IsValid().


The documentation for this class was generated from the following files:
Generated on Sat Apr 13 22:56:50 2002 for libsvx by doxygen1.2.15