
Public Member Functions | |
| const char * | getCharName () const |
| const std::string & | getName () const |
| void | setName (const std::string &name) |
Protected Member Functions | |
| Field () | |
| virtual | ~Field () |
Top abstract class defining field objects that can be exchanged via the ICoCo interface.
The Field class holds the name of the field.
|
protected |
|
protectedvirtual |
| void ICoCo::Field::setName | ( | const std::string & | name | ) |
Set the name of the field.
| name | name of the field |
| const std::string& ICoCo::Field::getName | ( | ) | const |
Retrieves the name of the field.
| const char* ICoCo::Field::getCharName | ( | ) | const |
Retrieves the name of the field as a char *.