MCPcopy Create free account
hub / github.com/TomHarte/CLK / type_of

Method type_of

Reflection/Struct.cpp:474–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
473 std::vector<std::string> all_keys() const final { return {}; }
474 const std::type_info *type_of(const std::string &) const final { return type_; }
475 size_t count_of(const std::string &) const final { return 0; }
476
477 void set(const std::string &name, const void *value, size_t) final {

Callers 2

setMethod · 0.45
fuzzy_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected