namespace configs::example_1_234
[No description available]
Attributes
Name | |
---|---|
string | castxml_cc_id |
string | castxml_cc |
string | castxml_cc_opt |
string | gambit_backend_name |
string | gambit_backend_version |
string | gambit_backend_reference |
string | gambit_base_namespace |
list | input_files |
list | include_paths |
list | base_paths |
string | header_files_to |
string | src_files_to |
list | load_classes |
list | load_functions |
list | ditch |
bool | auto_detect_stdlib_paths |
bool | load_parent_classes |
bool | wrap_inherited_members |
string | header_extension |
string | source_extension |
int | indent |
dictionary | known_classes |
list | pragmas_begin |
list | pragmas_end |
Attributes Documentation
variable castxml_cc_id
string castxml_cc_id = 'gnu';
#
Configuration module for BOSS # #
variable castxml_cc
string castxml_cc = 'g++';
variable castxml_cc_opt
string castxml_cc_opt = '';
variable gambit_backend_name
string gambit_backend_name = 'Example';
variable gambit_backend_version
string gambit_backend_version = '1.234';
variable gambit_backend_reference
string gambit_backend_reference = '';
variable gambit_base_namespace
string gambit_base_namespace = '';
variable input_files
list input_files = ['example_path/include/classes.hpp'];
variable include_paths
list include_paths = ['example_path/include'];
variable base_paths
list base_paths = ['example_path'];
variable header_files_to
string header_files_to = 'example_path/include';
variable src_files_to
string src_files_to = 'example_path/src';
variable load_classes
list load_classes = [
'ClassOne',
'SomeNamespace::ClassTwo',
];
variable load_functions
list load_functions = [
'SomeNamespace::foo(int, SomeNamespace::ClassTwo)'
];
variable ditch
list ditch = [];
variable auto_detect_stdlib_paths
bool auto_detect_stdlib_paths = False;
variable load_parent_classes
bool load_parent_classes = False;
variable wrap_inherited_members
bool wrap_inherited_members = False;
variable header_extension
string header_extension = '.hpp';
variable source_extension
string source_extension = '.cpp';
variable indent
int indent = 4;
variable known_classes
dictionary known_classes = {};
variable pragmas_begin
list pragmas_begin = [];
variable pragmas_end
list pragmas_end = [];
Updated on 2022-08-03 at 12:57:56 +0000