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

libsvx::Changes Class Reference

The class containing Changes informations <changes></changes>. More...

#include <changes.h>

Inheritance diagram for libsvx::Changes:

libsvx::Element List of all members.

Public Methods

 Changes (TiXmlElement &Element)
 Create an SVX Changes Element based on a XML element.

 Changes (const Changes &a_change)
 Construct a clone of the class Changes. More...

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

bool IsValid () const
 Always valid.

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

Changes & operator+= (const Changes &the_object_to_add)
bool operator!= (const Changes &the_object_to_compare) const

Protected Attributes

Mvector< Bugfixm_List_Bugfix
 The list of new bug fixes for these changes.

Mvector< Featurem_List_Feature
 The list of new features for these changes.

Mvector< Improvementm_List_Improvement
 The list of new improvement for these changes.


Detailed Description

The class containing Changes informations <changes></changes>.

Definition at line 62 of file changes.h.


Constructor & Destructor Documentation

Changes::Changes const Changes &    a_item
 

Construct a clone of the class Changes.

Construct a clone of the class Changes

Definition at line 97 of file changes.cxx.

References m_List_Bugfix, m_List_Feature, and m_List_Improvement.


Member Function Documentation

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

Todo:
For each element of the lists we should have the same bugfix, feature, improvement items (?)

Definition at line 179 of file changes.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