MCPcopy Create free account
hub / github.com/boostorg/build / variable

Method variable

src/engine/variable.h:41–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 struct variable
40 {
41 inline variable(const variable &v)
42 : var_module(v.var_module), var_symbol(object_copy(v.var_symbol)) {}
43 inline variable(struct module_t *m, const char *v)
44 : var_module(m), var_symbol(object_new(v)) {}
45 inline variable(const char *m, const char *v)

Callers 15

build_system.pyFile · 0.80
load_configuration_filesFunction · 0.80
__init__Method · 0.80
getenvMethod · 0.80
debugFunction · 0.80
runMethod · 0.80
gcc.pyFile · 0.80
resetFunction · 0.80
get_program_files_dirFunction · 0.80
debugFunction · 0.80
debugFunction · 0.80
debugFunction · 0.80

Calls 4

object_copyFunction · 0.85
object_newFunction · 0.85
bindmoduleFunction · 0.85
root_moduleFunction · 0.85

Tested by

no test coverage detected