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

Public Attributes

Expressionexpression = nullptr
 
ComponentModel::ComponentHandle componentHandle
 
Reflection::TypeId componentId = Reflection::NoType
 
Reflection::FieldId fieldId = Reflection::NoField
 
Reflection::TypeId memberId = Reflection::NoType
 

Detailed Description

Definition at line 13 of file ExpressionComponent.h.

Member Data Documentation

◆ componentHandle

ComponentModel::ComponentHandle Cogs::Core::CompiledExpression::componentHandle

Definition at line 17 of file ExpressionComponent.h.

◆ componentId

Reflection::TypeId Cogs::Core::CompiledExpression::componentId = Reflection::NoType

Definition at line 18 of file ExpressionComponent.h.

◆ expression

Expression* Cogs::Core::CompiledExpression::expression = nullptr

Definition at line 15 of file ExpressionComponent.h.

◆ fieldId

Reflection::FieldId Cogs::Core::CompiledExpression::fieldId = Reflection::NoField

Definition at line 19 of file ExpressionComponent.h.

◆ memberId

Reflection::TypeId Cogs::Core::CompiledExpression::memberId = Reflection::NoType

Definition at line 20 of file ExpressionComponent.h.


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