MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_type

Function get_type

modules/engine/runtime/include/SkrRT/misc/types.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 virtual uint32_t add_refcount() override;
33 virtual uint32_t release() override;
34 virtual skr_guid_t get_type() override { return type; }
35 virtual SInterfaceDeleter custom_deleter() const override { return deleter; }
36};
37

Callers 15

rttr_traits.hppFile · 0.85
get_guidMethod · 0.85
get_guidMethod · 0.85
type_castFunction · 0.85
type_equalMethod · 0.85
EnumTypeFromTraitsMethod · 0.85
is_objectMethod · 0.85
is_arrayMethod · 0.85
is_stringMethod · 0.85
is_integerMethod · 0.85
is_unsigned_integerMethod · 0.85
is_doubleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected