#include <vm.h>
Definition at line 62 of file vm.h.
Static Public Member Functions | |
| static PValue | create () |
| create null Value | |
| static PValue | create (bool) |
| create bool Value | |
| static PValue | create (int) |
| create int Value | |
| static PValue | create (double) |
| create double Value | |
| static PValue | create (const std::string &) |
| create string Value | |
Private Member Functions | |
| ValueFactory () | |
| ValueFactory | ( | ) | [private] |
| PValue create | ( | ) | [static] |
create null Value
Definition at line 87 of file vm.cc.
References Value::V_NULL.
Referenced by FncFactory::createInputDouble(), FncFactory::createInputInt(), FncFactory::createInputString(), FncFactory::createMainDecl(), FncFactory::createPrint(), CmdFactory::createPush(), InputCmd::exec(), and BinaryCmd::exec().

| PValue create | ( | bool | b | ) | [static] |
| PValue create | ( | int | i | ) | [static] |
| PValue create | ( | double | d | ) | [static] |
| PValue create | ( | const std::string & | s | ) | [static] |
1.5.4