Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::ExpressionValueInit Struct Reference

Public Member Functions

 ExpressionValueInit (ExpressionContext *expressionContext, std::string_view name, std::string_view expression)
 

Public Attributes

ExpressionContextexpressionContext
 
const std::string_view name
 
const std::string_view expression
 

Detailed Description

Definition at line 99 of file Expressions.h.

Constructor & Destructor Documentation

◆ ExpressionValueInit() [1/2]

Cogs::Core::ExpressionValueInit::ExpressionValueInit ( )
inline

Definition at line 101 of file Expressions.h.

◆ ExpressionValueInit() [2/2]

Cogs::Core::ExpressionValueInit::ExpressionValueInit ( ExpressionContext expressionContext,
std::string_view  name,
std::string_view  expression 
)
inline

Definition at line 102 of file Expressions.h.

Member Data Documentation

◆ expression

const std::string_view Cogs::Core::ExpressionValueInit::expression

Definition at line 110 of file Expressions.h.

◆ expressionContext

ExpressionContext* Cogs::Core::ExpressionValueInit::expressionContext

Definition at line 108 of file Expressions.h.

◆ name

const std::string_view Cogs::Core::ExpressionValueInit::name

Definition at line 109 of file Expressions.h.


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