
#include <xi-symbol.h>


Public Member Functions | |
| Value (const char *s) | |
| void | print (XStr &str) |
| int | getIntVal (void) |
Private Attributes | |
| int | factor |
| const char * | val |
Definition at line 56 of file xi-symbol.h.
| xi::Value::Value | ( | const char * | s | ) |
| void xi::Value::print | ( | XStr & | str | ) | [inline, virtual] |
Implements xi::Printable.
Definition at line 62 of file xi-symbol.h.
References val.
Referenced by xi::ValueList::print(), xi::Parameter::print(), xi::Entry::print(), and xi::ValueList::printValue().
| int xi::Value::getIntVal | ( | void | ) |
int xi::Value::factor [private] |
const char* xi::Value::val [private] |
1.5.5