Inheritance diagram for Field:
It is contained in the TableMetaData class. A field contains description, a max of 2 values and a list of links.
Public Methods | |
Field () | |
~Field () | |
Field | operator= (const Field &f) |
Field (const Field &f) | |
int | getType (field_type &type, int *status) |
|
Default constructor |
|
Desctructor |
|
Copy constructor |
|
Gets the 'type' of the field. 'field_type' is defined in 'global.h'. |
|
Assignment operator overloaded. |