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

libsvx::ElementUid Class Reference

a virtual class for elements with a name attribute. More...

#include <element_uid.h>

Inheritance diagram for libsvx::ElementUid:

libsvx::ElementGeneric libsvx::Element libsvx::Dependency libsvx::Product List of all members.

Public Methods

 ElementUid (TiXmlElement &Element, const std::string the_name)
 Create the element with the name attribute.

 ElementUid (const ElementUid &a_element)
 Construct a clone of the class ElementUid. More...

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

virtual bool IsValid () const=0
 only the inherited class knows if there must be a name and if it's valid or not.

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.

ElementUid & operator+= (const ElementUid &the_object_to_add)
bool operator!= (const ElementUid &the_object_to_compare) const
const AttributeUID () const
 The UID of the element (uid="xxx").


Protected Attributes

Attributem_A_uid
 The unique id of the product used to compare between products.


Detailed Description

a virtual class for elements with a name attribute.

Definition at line 57 of file element_uid.h.


Constructor & Destructor Documentation

ElementUid::ElementUid const ElementUid &    a_item
 

Construct a clone of the class ElementUid.

Construct a clone of the class ElementUid

Definition at line 68 of file element_uid.cxx.

References m_A_uid.


Member Function Documentation

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

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

Definition at line 116 of file element_uid.cxx.

References m_A_uid.


The documentation for this class was generated from the following files:
Generated on Sat Apr 13 15:45:49 2002 for libsvx by doxygen1.2.15