VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::VrfScriptedEntityTaskMessage::Attribute< T > Struct Template Reference

Detailed Description

template<typename T>
struct makVre::VrfScriptedEntityTaskMessage::Attribute< T >
Template Parameters
TData type of the attribute value

This templated structure derives from BaseAttribute and adds a typed value field. It is used to store attributes of different data types in a type-safe manner.

#include <vrfTaskEntityScript.h>

Inheritance diagram for makVre::VrfScriptedEntityTaskMessage::Attribute< T >:
[legend]

Public Attributes

value
 
- Public Attributes inherited from makVre::VrfScriptedEntityTaskMessage::BaseAttribute
std::string name
 
AttrType type
 

Member Data Documentation

◆ value

template<typename T>
T makVre::VrfScriptedEntityTaskMessage::Attribute< T >::value

Value of the attribute.

Referenced by makVre::VrfScriptedEntityTaskMessage::addAttribute().


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