#include <ICoCoField.hxx>

Public Member Functions | |
| Field () | |
| virtual | ~Field () |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| const char * | getCharName () const |
Private Attributes | |
| std::string * | _name |
| Field::Field | ( | ) |
References ICoCo.Field._name.
| Field::~Field | ( | ) | [virtual] |
References ICoCo.Field._name.
| void Field::setName | ( | const std::string & | name | ) |
References ICoCo.Field._name, and medClient_test.name.
| const string & Field::getName | ( | ) | const |
References ICoCo.Field._name.
| const char * Field::getCharName | ( | ) | const |
References ICoCo.Field._name.
std::string* ICoCo.Field._name [private] |