#include <changes.h>
Inheritance diagram for libsvx::Changes:
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< Bugfix > | m_List_Bugfix |
The list of new bug fixes for these changes. | |
Mvector< Feature > | m_List_Feature |
The list of new features for these changes. | |
Mvector< Improvement > | m_List_Improvement |
The list of new improvement for these changes. |
Definition at line 62 of file changes.h.
|
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. |
|
Definition at line 179 of file changes.cxx. References IsValid(). |