|
Public Methods |
| Marshaller () |
| Constructor of the object Marshaller.
|
| Marshaller (const Marshaller &right) |
| Constructor by copy of the object Marshaller.
|
Marshaller * | clone () const |
| Clones the object.
|
virtual | ~Marshaller () |
| Destructor of the object.
|
Marshaller & | operator= (const Marshaller &right) |
| Assigns the object with the right's content.
|
bool | operator== (const Marshaller &right) const |
| Compares the specified object with this collection for equality.
|
void | setValidating (bool validating) |
| Set the validation flag.
|
void | setFormatted (bool formatted) |
| Set the formatting flag.
|
void | marshall (const Rnaml &rnaml, FILE *f) const |
| Writes the rnamlRnaml to the output stream.
|
void | marshall (const Rnaml &rnaml, PrintStream &ps) const |
| Writes the rnamlRnaml to the print stream.
|
Private Attributes |
rnamlMarshaller * | marshaller |
| The marshaller C structure.
|