Cogs.Core
Public Attributes | List of all members
Cogs::Core::ReaderExtension Struct Reference

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
 

Detailed Description

Definition at line 18 of file ResourceReader.h.

Member Data Documentation

◆ handleTypeId

Reflection::TypeId Cogs::Core::ReaderExtension::handleTypeId = Reflection::NoType

Definition at line 20 of file ResourceReader.h.

◆ readCallback

std::function<void(const StringView & name, const Value &)> Cogs::Core::ReaderExtension::readCallback

Definition at line 22 of file ResourceReader.h.

◆ setCallback

std::function<void(void *, const Reflection::Field * field, const FieldValue & value)> Cogs::Core::ReaderExtension::setCallback

Definition at line 21 of file ResourceReader.h.


The documentation for this struct was generated from the following file: