SWIPL Zwapel 0.0.1
paule32
Loading...
Searching...
No Matches
prolog Namespace Reference

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
 

Function Documentation

◆ on_setMode()

void prolog::on_setMode ( std::string  mode)

Definition at line 356 of file prolog.cc.

References convert_mode, CVT_ASM, and CVT_PASCAL.

Variable Documentation

◆ convert_mode

int prolog::convert_mode = 0

Definition at line 91 of file prolog.cc.

Referenced by on_setMode().

◆ CVT_ASM

const int prolog::CVT_ASM = 1

Definition at line 88 of file prolog.cc.

Referenced by on_setMode().

◆ CVT_NONE

const int prolog::CVT_NONE = 0

Definition at line 87 of file prolog.cc.

◆ CVT_PASCAL

const int prolog::CVT_PASCAL = 2

Definition at line 89 of file prolog.cc.

Referenced by on_setMode().