Castor3D 0.16.0
Multiplatform 3D engine
Public Types | Static Public Attributes | List of all members
castor::ParserParameterHelper< ParameterType::eUInt32 > Struct Reference

ParserParameterHelper specialisation for ParameterType::eUInt32. More...

#include <ParserParameterHelpers.hpp>

Collaboration diagram for castor::ParserParameterHelper< ParameterType::eUInt32 >:
Collaboration graph
[legend]

Public Types

using ValueType = uint32_t
 ~english The parameter value type.
 

Static Public Attributes

static CU_API constexpr ParameterType ParamType = ParameterType::eUInt32
 ~english The parameter type.
 
static CU_API StringView constexpr StringType = cuT( "32 bits unsigned integer" )
 ~english The parameter type name.
 

Detailed Description

ParserParameterHelper specialisation for ParameterType::eUInt32.

Member Typedef Documentation

◆ ValueType

using castor::ParserParameterHelper< ParameterType::eUInt32 >::ValueType = uint32_t

~english The parameter value type.

Member Data Documentation

◆ ParamType

~english The parameter type.

◆ StringType

CU_API StringView constexpr castor::ParserParameterHelper< ParameterType::eUInt32 >::StringType = cuT( "32 bits unsigned integer" )
staticconstexpr

~english The parameter type name.


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