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

rnaml::Revision Class Reference

#include <Revision.h>

Inheritance diagram for rnaml::Revision:

rnaml::Object List of all members.

Public Methods

 Revision ()
 Initializes the object.

 Revision (const Revision &right)
 Initializes the object with the right's content.

Revision * clone () const
 Clones the object.

virtual ~Revision ()
 Destroys the object.

Revision & operator= (const Revision &right)
 Assigns the object with the right's content.

std::vector< Object * > & getChildren ()
 Gets the revision children collection.

void addChild (Object *obj)
 Adds a new child.

virtual void setCStructure (rnamlObject *obj)
 Sets the revision C substructure.


Private Attributes

std::vector< Object * > children
 The revision child collection.


Constructor & Destructor Documentation

rnaml::Revision::Revision   [inline]
 

Initializes the object.

rnaml::Revision::Revision const Revision &    right
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

rnaml::Revision::~Revision   [virtual]
 

Destroys the object.


Member Function Documentation

void rnaml::Revision::addChild Object   obj
 

Adds a new child.

Parameters:
obj  the child to add.

Revision* rnaml::Revision::clone   const [inline]
 

Clones the object.

Returns:
a copy of the object.

std::vector< Object* >& rnaml::Revision::getChildren   [inline]
 

Gets the revision children collection.

Returns:
the revision children collection vector.

Revision & rnaml::Revision::operator= const Revision &    right
 

Assigns the object with the right's content.

Parameters:
right  the object to copy.
Returns:
itself.

void rnaml::Revision::setCStructure rnamlObject   obj [virtual]
 

Sets the revision C substructure.

Parameters:
obj  the revision C substructure.

Reimplemented from rnaml::Object.


Member Data Documentation

std::vector< Object* > rnaml::Revision::children [private]
 

The revision child collection.


The documentation for this class was generated from the following files:
Generated on Tue Nov 11 14:59:57 2003 for xmlcpg by doxygen1.2.18