class Bindgen::Configuration::FunctionClass
- Bindgen::Configuration::FunctionClass
- Reference
- Object
Overview
Configuration for a function-class wrapper, see Function#wrapper
Included Modules
- YAML::Serializable
Defined in:
bindgen/configuration.crConstructors
Instance Method Summary
-
#constructors : Array(String)
Constructor function names
-
#constructors=(constructors : Array(String))
Constructor function names
-
#destructor : String | Nil
Destructor function name
-
#destructor=(destructor : String | Nil)
Destructor function name
-
#inherit_from : String | Nil
Crystal type to inherit from
-
#inherit_from=(inherit_from : String | Nil)
Crystal type to inherit from
-
#structure : String
Backing structure
-
#structure=(structure : String)
Backing structure