![]() |
SWIPL Zwapel 0.0.1
paule32
|
Classes | |
class | PL_Encoder |
class | PL_Exception |
class | PL_helper |
struct | PL_stream |
Functions | |
void | on_setMode (std::string mode) |
Variables | |
int | convert_mode = 0 |
const int | CVT_ASM = 1 |
const int | CVT_NONE = 0 |
const int | CVT_PASCAL = 2 |
void prolog::on_setMode | ( | std::string | mode | ) |
Definition at line 356 of file prolog.cc.
References convert_mode, CVT_ASM, and CVT_PASCAL.
int prolog::convert_mode = 0 |
Definition at line 91 of file prolog.cc.
Referenced by on_setMode().
const int prolog::CVT_ASM = 1 |
Definition at line 88 of file prolog.cc.
Referenced by on_setMode().
const int prolog::CVT_PASCAL = 2 |
Definition at line 89 of file prolog.cc.
Referenced by on_setMode().