11# define INK_ENABLE_UNREAL
12# define INKCPP_NO_RTTI
13# define INKCPP_NO_EXCEPTIONS
14#elif defined(INKCPP_BUILD_CLIB)
16# define INK_ENABLE_CSTD
20# define INK_ENABLE_STL
21# define INK_ENABLE_CSTD
26# define INK_ENABLE_RTTI
29#ifndef INKCPP_NO_EXCEPTIONS
30# define INK_ENABLE_EXCEPTIONS
41static constexpr int limitGlobalVariables = -50;
42static constexpr int limitGlobalVariableObservers = -10;
43static constexpr int limitThreadDepth = -10;
44static constexpr int limitEvalStackDepth = -20;
45static constexpr int limitContainerDepth = -20;
50static constexpr int limitEditableLists = -5;
52static constexpr int limitActiveTags = -10;
55static constexpr int limitRuntimeStack = -20;
57static constexpr int limitReferenceStack = -20;
59static constexpr int limitOutputSize = -100;
61static constexpr int limitStringTable = -100;
63static constexpr int maxChoices = -10;
65static constexpr int maxListTypes = -20;
66static constexpr int maxFlags = -200;
68static constexpr int maxLists = -50;
70static constexpr int maxArrayCallArity = 10;
list_table lists
based on limitGlobalVariableObservers
Definition config.h:93
container variables_observers
based on limitGlobalVariables
Definition config.h:92
container flags
based on maxListTypes
Definition config.h:82
container list_types
based on limitEditableLists
Definition config.h:81
container lists
based on maxFlags
Definition config.h:83
container evaluation_stack
based on limitThreadDepth
Definition config.h:99
container runtime_ref_stack
based on limitContainerDepth
Definition config.h:103
container active_tags
based on limitContainerDepth
Definition config.h:101
container runtime_stack
based on limitActiveTags
Definition config.h:102
container choices
based on limitOutputSize
Definition config.h:105
container output
based on limitReferenceStack
Definition config.h:104
container container_stack
based on limitEvalStackDepth
Definition config.h:100