namespace configs::example_1_234

[No description available]

Attributes

Name
stringcastxml_cc_id
stringcastxml_cc
stringcastxml_cc_opt
stringgambit_backend_name
stringgambit_backend_version
stringgambit_backend_reference
stringgambit_base_namespace
listinput_files
listinclude_paths
listbase_paths
stringheader_files_to
stringsrc_files_to
listload_classes
listload_functions
listditch
boolauto_detect_stdlib_paths
boolload_parent_classes
boolwrap_inherited_members
stringheader_extension
stringsource_extension
intindent
dictionaryknown_classes
listpragmas_begin
listpragmas_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