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 Call
s, 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
#size
method, and#unsafe_fetch
of sequential containers. -
SEQUENTIAL_BASECLASS =
"BindgenHelper::SequentialContainer"
-
Base class of sequential containers