Version: 5.1.6

ICoCo.Field Class Reference

#include <ICoCoField.hxx>

Inheritance diagram for ICoCo.Field:
Inheritance graph

Public Member Functions

 Field ()
virtual ~Field ()
void setName (const std::string &name)
const std::string & getName () const
const char * getCharName () const

Data Fields

std::string * _name

Constructor & Destructor Documentation

Field::Field (  ) 

References ICoCo.Field._name.

Field::~Field (  )  [virtual]

References ICoCo.Field._name.


Member Function Documentation

void Field::setName ( const std::string &  name  ) 

References ICoCo.Field._name.

const string & Field::getName (  )  const

References ICoCo.Field._name.

const char * Field::getCharName (  )  const

References ICoCo.Field._name.


Field Documentation

std::string* ICoCo.Field._name