Torque3D Documentation / _generateds / _EngineEnumTypeTraits

_EngineEnumTypeTraits

Engine/source/console/engineTypes.h

More...

Engine Type Traits

Type traits allow to access the static properties of a type at compile-time.

This is primarily useful for templating in order to make decisions based on static typing.

Public Types

ArgumentValueType 
DefaultArgumentValueStoreType 
ReturnValue 
ReturnValueType 
SuperType 
T
Type 
T
ValueType 

Public Static Functions

Detailed Description

Engine Type Traits

Type traits allow to access the static properties of a type at compile-time.

This is primarily useful for templating in order to make decisions based on static typing.

const EngineTypeInfo *const TYPEINFO 

Public Types

typedef ValueType ArgumentValueType 
typedef ValueType DefaultArgumentValueStoreType 
typedef ReturnValueType ReturnValue 
typedef ValueType ReturnValueType 
typedef void SuperType 
typedef T Type 
typedef T ValueType 

Public Static Functions

ArgumentToValue(ArgumentValueType val)