class Bindgen::Processor::InstantiateContainers
Overview
Generates a class for each to-be instantiated container type.
This processor must be run before any processor that generates platform
specific Calls, like Crystal or Cpp.
Defined in:
bindgen/processor/instantiate_containers.crConstant Summary
-
ASSOCIATIVE_BASECLASS =
"BindgenHelper::AssociativeContainer" -
Base class of associative containers
-
CPP_INTEGER_TYPE =
"int" -
Name of the "standard" built-in integer C++ type. Required for the generated
#sizemethod, and#unsafe_fetchof sequential containers. -
SEQUENTIAL_BASECLASS =
"BindgenHelper::SequentialContainer" -
Base class of sequential containers