#include <constrct.h>

Public Attributes | |
| int | ClearReadyInProgress |
| int | ClearInProgress |
| int | ResetReadyInProgress |
| int | ResetInProgress |
| struct callFunctionItem * | ListOfSaveFunctions |
| intBool | PrintWhileLoading |
| unsigned | WatchCompilations |
| struct construct * | ListOfConstructs |
| struct callFunctionItem * | ListOfResetFunctions |
| struct callFunctionItem * | ListOfClearFunctions |
| struct callFunctionItem * | ListOfClearReadyFunctions |
| int | Executing |
| int(* | BeforeResetFunction )(void *) |
| int | CheckSyntaxMode |
| int | ParsingConstruct |
Definition at line 77 of file constrct.h.
Definition at line 79 of file constrct.h.
Definition at line 80 of file constrct.h.
Definition at line 81 of file constrct.h.
Definition at line 82 of file constrct.h.
struct callFunctionItem* constructData::ListOfSaveFunctions [read] |
Definition at line 84 of file constrct.h.
| intBool constructData::PrintWhileLoading |
Definition at line 85 of file constrct.h.
| unsigned constructData::WatchCompilations |
Definition at line 86 of file constrct.h.
struct construct* constructData::ListOfConstructs [read] |
Definition at line 88 of file constrct.h.
struct callFunctionItem* constructData::ListOfResetFunctions [read] |
Definition at line 89 of file constrct.h.
struct callFunctionItem* constructData::ListOfClearFunctions [read] |
Definition at line 90 of file constrct.h.
struct callFunctionItem* constructData::ListOfClearReadyFunctions [read] |
Definition at line 91 of file constrct.h.
Definition at line 92 of file constrct.h.
| int(* constructData::BeforeResetFunction)(void *) |
Definition at line 94 of file constrct.h.
Definition at line 95 of file constrct.h.
1.5.6