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

rnaml::Length Class Reference

#include <Length.h>

Inheritance diagram for rnaml::Length:

rnaml::Object List of all members.

Public Methods

 Length ()
 Initializes the object.

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

Length * clone () const
 Clones the object.

virtual ~Length ()
 Destroys the object.

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

int getValue () const
 Gets the length value.

void setValue (int value)
 Sets the length value.


Constructor & Destructor Documentation

rnaml::Length::Length   [inline]
 

Initializes the object.

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

Initializes the object with the right's content.

Parameters:
right  the object to copy.

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

Destroys the object.


Member Function Documentation

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

Clones the object.

Returns:
a copy of the object.

int rnaml::Length::getValue   const [inline]
 

Gets the length value.

Returns:
the length value or -1 if not set.

Length & rnaml::Length::operator= const Length &    right
 

Assigns the object with the right's content.

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

void rnaml::Length::setValue int    value [inline]
 

Sets the length value.

Parameters:
value  the length value


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