class Bindgen::Parser::Configuration
- Bindgen::Parser::Configuration
- Reference
- Object
Overview
Parser YML configuration. See Bindgen::Configuration#parser
.
Included Modules
- YAML::Serializable
Defined in:
bindgen/parser/configuration.crConstructors
Instance Method Summary
-
#binary : String | Nil
Force path to the bindgen clang tool
-
#defines : Array(String)
List of defines (default to allow C99 stuff in C++)
-
#files : Array(String)
List of input files.
-
#flags : Array(String)
Flags to pass to the compiler verbatim
-
#includes : Array(String)
List of include paths