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

rnaml::Url Class Reference

#include <Url.h>

Inheritance diagram for rnaml::Url:

rnaml::Object List of all members.

Public Methods

 Url ()
 Initializes the object.

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

Url * clone () const
 Clones the object.

virtual ~Url ()
 Destroys the object.

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

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

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


Constructor & Destructor Documentation

rnaml::Url::Url   [inline]
 

Initializes the object.

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

Initializes the object with the right's content.

Parameters:
right  the object to copy.

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

Destroys the object.


Member Function Documentation

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

Clones the object.

Returns:
a copy of the object.

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

Gets the url value.

Returns:
the url value string.

Url & rnaml::Url::operator= const Url &    right
 

Assigns the object with the right's content.

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

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

Sets the url value.

Parameters:
value  the url value string.


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