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

rnaml::File Class Reference

#include <File.h>

Inheritance diagram for rnaml::File:

rnaml::Object List of all members.

Public Methods

 File ()
 Initializes the object.

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

File * clone () const
 Clones the object.

virtual ~File ()
 Destroys the object.

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

const char * getValue () const
 Gets the file value.

void setValue (const char *value)
 Sets the file value.


Constructor & Destructor Documentation

rnaml::File::File   [inline]
 

Initializes the object.

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

Initializes the object with the right's content.

Parameters:
right  the object to copy.

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

Destroys the object.


Member Function Documentation

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

Clones the object.

Returns:
a copy of the object.

const char* rnaml::File::getValue   const [inline]
 

Gets the file value.

Returns:
the file value string.

File & rnaml::File::operator= const File &    right
 

Assigns the object with the right's content.

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

void rnaml::File::setValue const char *    value [inline]
 

Sets the file value.

Parameters:
value  the file value string.


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