#include <File.h>
Inheritance diagram for rnaml::File:

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. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the file value.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the file value.
|
1.2.18