Cogs.Core
|
Public Attributes | |
Reflection::TypeId | handleTypeId = Reflection::NoType |
std::function< void(void *, const Reflection::Field *field, const FieldValue &value)> | setCallback |
std::function< void(const StringView &name, const Value &)> | readCallback |
Definition at line 18 of file ResourceReader.h.
Reflection::TypeId Cogs::Core::ReaderExtension::handleTypeId = Reflection::NoType |
Definition at line 20 of file ResourceReader.h.
std::function<void(const StringView & name, const Value &)> Cogs::Core::ReaderExtension::readCallback |
Definition at line 22 of file ResourceReader.h.
std::function<void(void *, const Reflection::Field * field, const FieldValue & value)> Cogs::Core::ReaderExtension::setCallback |
Definition at line 21 of file ResourceReader.h.