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

Function init_property_set

v2/engine/modules/property-set.c:310–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void init_property_set()
311{
312 {
313 char const * args[] = { "raw-properties", "*", 0 };
314 declare_native_rule( "property-set", "create", args, property_set_create, 1 );
315 }
316 {
317 char const * args[] = { "feature", 0 };
318 declare_native_rule( "class@property-set", "get", args, property_set_get, 1 );
319 }
320 {
321 char const * args[] = { "features", "*", 0 };
322 declare_native_rule( "class@property-set", "contains-features", args, property_set_contains_features, 1 );
323 }
324 ps_map_init( &all_property_sets );
325}
326
327void property_set_done()
328{

Callers 1

load_builtinsFunction · 0.85

Calls 2

declare_native_ruleFunction · 0.85
ps_map_initFunction · 0.85

Tested by

no test coverage detected