class Bindgen::Configuration::Container
- Bindgen::Configuration::Container
- Reference
- Object
Overview
Configuration of template container types and their instantiations.
Included Modules
- YAML::Serializable
Defined in:
bindgen/configuration.crConstructors
Instance Method Summary
-
#access_method : String
Method to access an element at an index.
-
#access_method=(access_method : String)
Method to access an element at an index.
-
#class : String
Class name of the template type
-
#class=(class __arg0 : String)
Class name of the template type
-
#instantiations : Set(Array(String))
List of instantiations to create.
-
#instantiations=(instantiations : Set(Array(String)))
List of instantiations to create.
-
#push_method : String
Method to add an element at the end.
-
#push_method=(push_method : String)
Method to add an element at the end.
-
#size_method : String
Method telling the current count of elements.
-
#size_method=(size_method : String)
Method telling the current count of elements.
-
#type : Type
Type of the container
-
#type=(type : Type)
Type of the container