MCPcopy Create free account
hub / github.com/covscript/covscript / mark_set_as_struct

Method mark_set_as_struct

include/covscript/impl/runtime.hpp:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 void mark_set_as_struct(bool inherited = false)
237 {
238 add_record("__PRAGMA_CS_STRUCT_DEFINITION__");
239 if (inherited)
240 add_record("parent");
241 }
242
243 template <typename T>
244 domain_manager &add_var(T &&name, const var &val)

Callers 1

preprocessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected