#include <value.h>
Public Member Functions |
|
Boolean () | |
classof_methods (Boolean, Value) | |
void | collect () |
void | sprin1 (CharStream *s) |
Value * | not_vf (Value **arg_list, int count) |
Value * | copy_vf (Value **arg_list, int count) |
BOOL | to_bool () |
void | to_fpvalue (FPValue &v) |
IOResult | Save (ISave *isave) |
Static Public Member Functions |
|
static Value * | Load (ILoad *iload, USHORT chunkID, ValueLoader *vload) |
void collect | ( | ) | [inline, virtual] |
void sprin1 | ( | CharStream * | s | ) | [virtual] |
Reimplemented from Value.
{ return this; }
BOOL to_bool | ( | ) | [inline, virtual] |
Reimplemented from Value.
static Value* Load | ( | ILoad * | iload, |
USHORT | chunkID, | ||
ValueLoader * | vload | ||
) | [static] |