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

rnaml::StrAnnotation Class Reference

#include <StrAnnotation.h>

Inheritance diagram for rnaml::StrAnnotation:

rnaml::Object List of all members.

Public Methods

 StrAnnotation ()
 Initializes the object.

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

StrAnnotation * clone () const
 Clones the object.

virtual ~StrAnnotation ()
 Destroys the object.

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

std::vector< Object * > & getChildren ()
 Gets the strAnnotation child collection.

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

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


Private Attributes

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


Constructor & Destructor Documentation

rnaml::StrAnnotation::StrAnnotation   [inline]
 

Initializes the object.

rnaml::StrAnnotation::StrAnnotation const StrAnnotation &    right
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

rnaml::StrAnnotation::~StrAnnotation   [virtual]
 

Destroys the object.


Member Function Documentation

void rnaml::StrAnnotation::addChild Object   obj
 

Adds a new child.

Parameters:
obj  the child to add.

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

Clones the object.

Returns:
a copy of the object.

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

Gets the strAnnotation child collection.

Returns:
the strAnnotation child collection vector.

StrAnnotation & rnaml::StrAnnotation::operator= const StrAnnotation &    right
 

Assigns the object with the right's content.

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

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

Sets the strAnnotation C substructure.

Parameters:
obj  the strAnnotation C substructure.

Reimplemented from rnaml::Object.


Member Data Documentation

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

The strAnnotation 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