MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / TypeInfo

Method TypeInfo

Source/Utils/dukglue/detail_typeinfo.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 {
32 public:
33 TypeInfo(std::type_index&& idx) : index_(idx), base_(nullptr) {}
34 TypeInfo(const TypeInfo& rhs) : index_(rhs.index_), base_(rhs.base_) {}
35
36 inline void set_base(TypeInfo* base) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected