NextEntry Class Reference#include <Statement.h>
Inheritance diagram for NextEntry:
[legend]List of all members.
|
Public Member Functions |
| virtual void | print (ostream &o) const |
| | NextEntry functions.
|
| const char * | next_ref () const |
| | return the next element of the list.
|
| void | next (const char *n) |
| | NextEntry (const char *tag, BinRep &bstring) |
| | ~NextEntry () |
| 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 |
Protected Attributes |
| String | _next |
Constructor & Destructor Documentation
| NextEntry::NextEntry |
( |
const char * |
tag, |
|
|
BinRep & |
bstring |
|
) |
[inline] |
|
|
|
< cerr << tag << "(next) = " << string_name << ". ";
Definition at line 211 of file Statement.h.
References _next. |
Member Function Documentation
| void NextEntry::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| const char* NextEntry::next_ref |
( |
|
) |
const [inline] |
|
| void NextEntry::next |
( |
const char * |
n |
) |
[inline] |
|
| int NextEntry::structures_OK |
( |
|
) |
const [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 125 of file Statement.cc. |
| Definition * NextEntry::definition_clone |
( |
|
) |
const [virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|