Version: 9.14.0
ICoCo::Field Class Reference
Inheritance diagram for ICoCo::Field:

Public Member Functions

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

Protected Member Functions

 Field ()
 
virtual ~Field ()
 

Detailed Description

Top abstract class defining field objects that can be exchanged via the ICoCo interface.

The Field class holds the name of the field.

Constructor & Destructor Documentation

◆ Field()

ICoCo::Field::Field ( )
protected

◆ ~Field()

virtual ICoCo::Field::~Field ( )
protectedvirtual

Member Function Documentation

◆ setName()

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

Set the name of the field.

Parameters
namename of the field

◆ getName()

const std::string& ICoCo::Field::getName ( ) const

Retrieves the name of the field.

Returns
name of the field.

◆ getCharName()

const char* ICoCo::Field::getCharName ( ) const

Retrieves the name of the field as a char *.

Returns
name of the field.