YAP 7.1.0
yap_boot_params
Inheritance diagram for yap_boot_params:
YAPEngineArgs

Public Attributes

void * start
 
YAP_file_type_t boot_file_type
 
const char * ROOTDIR
 
const char * BINDIR
 
const char * LIBDIR
 
const char * SHAREDIR
 
const char * INCLUDEDIR
 
const char * DLLDIR
 
const char * PLDIR
 
const char * COMMONSDIR
 
const char * BOOTDIR
 
const char * SOURCEBOOT
 
const char * BOOTSTRAP
 
const char * INPUT_STARTUP
 
bool install
 
bool jupyter
 
const char * OUTPUT_STARTUP
 
size_t HeapSize
 
size_t MaxHeapSize
 
size_t StackSize
 
size_t MaxStackSize
 
size_t MaxGlobalSize
 
size_t TrailSize
 
size_t MaxTrailSize
 
size_t AttsSize
 
size_t MaxAttsSize
 
const char * YapPrologInitGoal
 
const char * PrologRCFile
 
const char * PrologGoal
 
const char * PrologTopLevelGoal
 
const char * PrologAddPath
 
bool HaltAfterBoot
 
bool FastBoot
 
size_t MaxTableSpaceSize
 
unsigned long int NumberWorkers
 
unsigned long int SchedulerLoop
 
unsigned long int DelayedReleaseLoad
 
bool PrologCannotHandleInterrupts
 
int ExecutionMode
 
int Argc
 
char ** Argv
 
bool Embedded
 
int QuietMode
 
int inp
 
int out
 
int err
 
char * def_var [YAP_MAX_YPP_DEFS]
 
char * def_value [YAP_MAX_YPP_DEFS]
 
int def_c
 
int ErrorNo
 
char * ErrorCause
 

Detailed Description

Definition at line 22 of file YapInit.h.

Member Data Documentation

◆ Argc

int Argc

Definition at line 109 of file YapInit.h.

◆ Argv

char** Argv

Definition at line 111 of file YapInit.h.

◆ AttsSize

size_t AttsSize

Definition at line 74 of file YapInit.h.

◆ BINDIR

const char* BINDIR

Definition at line 32 of file YapInit.h.

◆ boot_file_type

YAP_file_type_t boot_file_type

Definition at line 26 of file YapInit.h.

◆ BOOTDIR

const char* BOOTDIR

Definition at line 46 of file YapInit.h.

◆ BOOTSTRAP

const char* BOOTSTRAP

Definition at line 50 of file YapInit.h.

◆ COMMONSDIR

const char* COMMONSDIR

Definition at line 44 of file YapInit.h.

◆ def_c

int def_c

Definition at line 126 of file YapInit.h.

◆ def_value

char* def_value[YAP_MAX_YPP_DEFS]

Definition at line 125 of file YapInit.h.

◆ def_var

char* def_var[YAP_MAX_YPP_DEFS]

Definition at line 124 of file YapInit.h.

◆ DelayedReleaseLoad

unsigned long int DelayedReleaseLoad

Definition at line 101 of file YapInit.h.

◆ DLLDIR

const char* DLLDIR

Definition at line 40 of file YapInit.h.

◆ Embedded

bool Embedded

Definition at line 113 of file YapInit.h.

◆ err

int err

Definition at line 117 of file YapInit.h.

◆ ErrorCause

char* ErrorCause

Definition at line 141 of file YapInit.h.

◆ ErrorNo

int ErrorNo

Definition at line 139 of file YapInit.h.

◆ ExecutionMode

int ExecutionMode

Definition at line 107 of file YapInit.h.

◆ FastBoot

bool FastBoot

Definition at line 90 of file YapInit.h.

◆ HaltAfterBoot

bool HaltAfterBoot

Definition at line 88 of file YapInit.h.

◆ HeapSize

size_t HeapSize

Definition at line 60 of file YapInit.h.

◆ INCLUDEDIR

const char* INCLUDEDIR

Definition at line 38 of file YapInit.h.

◆ inp

int inp

Definition at line 117 of file YapInit.h.

◆ INPUT_STARTUP

const char* INPUT_STARTUP

Definition at line 52 of file YapInit.h.

◆ install

bool install

Definition at line 54 of file YapInit.h.

◆ jupyter

bool jupyter

Definition at line 56 of file YapInit.h.

◆ LIBDIR

const char* LIBDIR

Definition at line 34 of file YapInit.h.

◆ MaxAttsSize

size_t MaxAttsSize

Definition at line 76 of file YapInit.h.

◆ MaxGlobalSize

size_t MaxGlobalSize

Definition at line 68 of file YapInit.h.

◆ MaxHeapSize

size_t MaxHeapSize

Definition at line 62 of file YapInit.h.

◆ MaxStackSize

size_t MaxStackSize

Definition at line 66 of file YapInit.h.

◆ MaxTableSpaceSize

size_t MaxTableSpaceSize

Definition at line 93 of file YapInit.h.

◆ MaxTrailSize

size_t MaxTrailSize

Definition at line 72 of file YapInit.h.

◆ NumberWorkers

unsigned long int NumberWorkers

Definition at line 97 of file YapInit.h.

◆ out

int out

Definition at line 117 of file YapInit.h.

◆ OUTPUT_STARTUP

const char* OUTPUT_STARTUP

Definition at line 58 of file YapInit.h.

◆ PLDIR

const char* PLDIR

Definition at line 42 of file YapInit.h.

◆ PrologAddPath

const char* PrologAddPath

Definition at line 86 of file YapInit.h.

◆ PrologCannotHandleInterrupts

bool PrologCannotHandleInterrupts

Definition at line 105 of file YapInit.h.

◆ PrologGoal

const char* PrologGoal

Definition at line 82 of file YapInit.h.

◆ PrologRCFile

const char* PrologRCFile

Definition at line 80 of file YapInit.h.

◆ PrologTopLevelGoal

const char* PrologTopLevelGoal

Definition at line 84 of file YapInit.h.

◆ QuietMode

int QuietMode

Definition at line 115 of file YapInit.h.

◆ ROOTDIR

const char* ROOTDIR

Definition at line 30 of file YapInit.h.

◆ SchedulerLoop

unsigned long int SchedulerLoop

Definition at line 99 of file YapInit.h.

◆ SHAREDIR

const char* SHAREDIR

Definition at line 36 of file YapInit.h.

◆ SOURCEBOOT

const char* SOURCEBOOT

Definition at line 48 of file YapInit.h.

◆ StackSize

size_t StackSize

Definition at line 64 of file YapInit.h.

◆ start

void* start

Definition at line 24 of file YapInit.h.

◆ TrailSize

size_t TrailSize

Definition at line 70 of file YapInit.h.

◆ YapPrologInitGoal

const char* YapPrologInitGoal

Definition at line 78 of file YapInit.h.


The documentation for this struct was generated from the following file: