|
Public Member Functions |
| | Tabulate () |
| | ~Tabulate () |
| void | tabulate (const Options &options) |
| void | tabulate (const Statistics &statistics) |
| void | tabulate (const Refutation &refutation) |
| void | result (char result) |
| void | errorMessage (const char *errorQualifier, const char *msg) |
| bool | exists () const |
Private Member Functions |
| void | openUnit (const char *predicate) |
| void | closeUnit () |
| void | quotedAtom (const char *s) |
| void | unary (const char *predicate, const char *arg) |
| void | unary (const char *predicate, int arg) |
| void | binary (const char *predicate, const char *arg1, const char *arg2) |
| void | binary (const char *predicate, const char *arg1, float arg2) |
| void | time (int hour, int min, int sec) |
| void | date (int day, int month, int year) |
| void | version (const char *field, const char *value) |
| void | version (const char *field, float value) |
| void | option (const char *field, const char *value) |
Private Attributes |
| const Options * | _options |
| ostream * | _str |
| int | _number |