#include <ObsAct.h>
Public Member Functions | |
string | getVName () const |
void | setVName (string str) |
std::ostream & | write (std::ostream &out) |
Protected Attributes | |
string | vname |
string ObsAct::getVName | ( | ) | const |
Definition at line 12 of file ObsAct.cpp.
void ObsAct::setVName | ( | string | str | ) |
Definition at line 8 of file ObsAct.cpp.
std::ostream & ObsAct::write | ( | std::ostream & | out | ) |
Definition at line 16 of file ObsAct.cpp.
string ObsAct::vname [protected] |