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

Method ~variable

src/engine/variable.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 inline explicit variable(const char *v) : variable(root_module(), v) {}
50 inline explicit variable(const std::string &v) : variable(v.c_str()) {}
51 inline ~variable()
52 {
53 if (var_symbol) object_free(var_symbol);
54 }
55
56 inline operator list() const { return list{var_get(var_module, var_symbol)}; }
57

Callers

nothing calls this directly

Calls 1

object_freeFunction · 0.85

Tested by

no test coverage detected