Murl Engine API  Version 2018.3
Murl::Enum< EnumType >::Item Struct Reference

Definition of an Enum initialization item. More...

#include <murl_enum.h>

Detailed Description

template<class EnumType>
struct Murl::Enum< EnumType >::Item

Definition of an Enum initialization item.

Public Attributes

const CharmName
 The name of the value. More...
 
EnumType mValue
 The enumeration value. More...
 

Member Data Documentation

◆ mName

template<class EnumType>
const Char* Murl::Enum< EnumType >::Item::mName

The name of the value.

◆ mValue

template<class EnumType>
EnumType Murl::Enum< EnumType >::Item::mValue

The enumeration value.


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