#include <value.h>
Public Member Functions | |
void | Print () const |
void | PrintObj () const |
bool | operator! () const |
Public Attributes | |
ValueType | val |
union { | |
bool boolean | |
double number | |
int integer | |
ObjString string | |
ObjTInstance tinst | |
} | as |
bool uscript::Value::operator! | ( | ) | const |
Definition at line 16 of file value.cc.
void uscript::Value::Print | ( | ) | const |
Definition at line 5 of file value.cc.
void uscript::Value::PrintObj | ( | ) | const |
union { ... } uscript::Value::as |
ObjTInstance uscript::Value::tinst |