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

rnaml::Program Class Reference

#include <Program.h>

Inheritance diagram for rnaml::Program:

rnaml::Object List of all members.

Public Methods

 Program ()
 Initializes the object.

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

Program * clone () const
 Clones the object.

virtual ~Program ()
 Destroys the object.

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

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

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

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


Private Attributes

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


Constructor & Destructor Documentation

rnaml::Program::Program   [inline]
 

Initializes the object.

rnaml::Program::Program const Program &    right
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

rnaml::Program::~Program   [virtual]
 

Destroys the object.


Member Function Documentation

void rnaml::Program::addChild Object   obj
 

Adds a new child.

Parameters:
obj  the child to add.

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

Clones the object.

Returns:
a copy of the object.

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

Gets the program child collection.

Returns:
the program child collection vector.

Program & rnaml::Program::operator= const Program &    right
 

Assigns the object with the right's content.

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

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

Sets the program C substructure.

Parameters:
obj  the program C substructure.

Reimplemented from rnaml::Object.


Member Data Documentation

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

The program child collection.


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