11# define INK_ENABLE_UNREAL
13# define INKCPP_NO_RTTI
14#elif INKCPP_BUILD_CLIB
15# define INK_ENABLE_CSTD
17# define INK_ENABLE_STL
18# define INK_ENABLE_CSTD
26# define INK_ENABLE_RTTI
37static constexpr int limitGlobalVariables = -50;
38static constexpr int limitGlobalVariableObservers = -10;
39static constexpr int limitThreadDepth = -10;
40static constexpr int limitEvalStackDepth = -20;
41static constexpr int limitContainerDepth = -20;
46static constexpr int limitEditableLists = -5;
48static constexpr int limitActiveTags = -10;
51static constexpr int limitRuntimeStack = -20;
53static constexpr int limitReferenceStack = -20;
55static constexpr int limitOutputSize = -100;
57static constexpr int limitStringTable = -100;
59static constexpr int maxChoices = -10;
61static constexpr int maxListTypes = -20;
62static constexpr int maxFlags = -200;
64static constexpr int maxLists = -50;
66static constexpr int maxArrayCallArity = 10;
list_table lists
based on limitGlobalVariableObservers
Definition config.h:89
container variables_observers
based on limitGlobalVariables
Definition config.h:88
container flags
based on maxListTypes
Definition config.h:78
container list_types
based on limitEditableLists
Definition config.h:77
container lists
based on maxFlags
Definition config.h:79
container evaluation_stack
based on limitThreadDepth
Definition config.h:95
container runtime_ref_stack
based on limitContainerDepth
Definition config.h:99
container active_tags
based on limitContainerDepth
Definition config.h:97
container runtime_stack
based on limitActiveTags
Definition config.h:98
container choices
based on limitOutputSize
Definition config.h:101
container output
based on limitReferenceStack
Definition config.h:100
container container_stack
based on limitEvalStackDepth
Definition config.h:96