
#include <xi-Value.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 10 of file xi-Value.h.
| xi::Value::Value | ( | const char * | s | ) |
| void xi::Value::print | ( | XStr & | str | ) | [virtual] |
Implements xi::Printable.
Definition at line 28 of file xi-Value.C.
References val.
Referenced by xi::ValueList::print(), xi::Parameter::print(), xi::Entry::print(), xi::ValueList::printValue(), and xi::ValueList::printValueProduct().

| int xi::Value::getIntVal | ( | void | ) |
Definition at line 23 of file xi-Value.C.
Referenced by xi::Entry::getStackSize().

int xi::Value::factor [private] |
const char* xi::Value::val [private] |
1.5.5