15 operator bool()
const;
Definition: TypeResolver.h:7
std::function< std::string(const vl::Object &object)> FGetTypeId
Definition: TypeResolver.h:9
std::function< vl::Object &(const std::string &protoId)> FGetProto
Definition: TypeResolver.h:10
FGetProto mGetProto
Definition: TypeResolver.h:22
FGetTypeId mGetTypeId
Definition: TypeResolver.h:21
std::string GetTypeId(const vl::Object &object) const
Definition: TypeResolver.cpp:16
const vl::Object & GetProto(const std::string &protoId) const
Definition: TypeResolver.cpp:25