IntDef Class Reference#include <IntDef.h>
Inheritance diagram for IntDef:
[legend]List of all members.
|
Public Member Functions |
| | IntDef (const char *n, int v) |
| virtual | ~IntDef () |
| virtual void | print (ostream &o) const |
| virtual int | structures_OK () const |
| | Check the structure of the data for errors or inconsistency Return 0 and print error message if problems found, otherwise return 1 without message.
|
| virtual Definition * | definition_clone () const |
Public Attributes |
| int | val |
Constructor & Destructor Documentation
| IntDef::IntDef |
( |
const char * |
n, |
|
|
int |
v |
|
) |
[inline] |
|
| virtual IntDef::~IntDef |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual void IntDef::print |
( |
ostream & |
o |
) |
const [inline, virtual] |
|
| virtual int IntDef::structures_OK |
( |
|
) |
const [inline, virtual] |
|
|
|
Check the structure of the data for errors or inconsistency Return 0 and print error message if problems found, otherwise return 1 without message.
Implements Definition.
Definition at line 25 of file IntDef.h.
References String::structures_OK(). |
| virtual Definition* IntDef::definition_clone |
( |
|
) |
const [inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|