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

rnaml::Path Class Reference

#include <Path.h>

Inheritance diagram for rnaml::Path:

rnaml::Object List of all members.

Public Methods

 Path ()
 Initializes the object.

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

Path * clone () const
 Clones the object.

virtual ~Path ()
 Destroys the object.

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

ObjectgetChild () const
 Gets the path child.

void setChild (Object *child)
 Sets the path child.


Constructor & Destructor Documentation

rnaml::Path::Path   [inline]
 

Initializes the object.

rnaml::Path::Path const Path &    right [inline]
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

virtual rnaml::Path::~Path   [inline, virtual]
 

Destroys the object.


Member Function Documentation

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

Clones the object.

Returns:
a copy of the object.

Object * rnaml::Path::getChild  
 

Gets the path child.

Returns:
the path child.

Path & rnaml::Path::operator= const Path &    right
 

Assigns the object with the right's content.

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

void rnaml::Path::setChild Object   child
 

Sets the path child.

Parameters:
child  the path child.


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