Go to the source code of this file.
◆ GetPrimitiveTypeOfType() [1/7]
template<class T , class A >
const RTTI * GetPrimitiveTypeOfType |
( |
Array< T, A > * |
| ) |
|
◆ GetPrimitiveTypeOfType() [2/7]
template<class T >
const RTTI * GetPrimitiveTypeOfType |
( |
Ref< T > * |
| ) |
|
◆ GetPrimitiveTypeOfType() [3/7]
◆ GetPrimitiveTypeOfType() [4/7]
template<class T ,
uint N>
◆ GetPrimitiveTypeOfType() [5/7]
Helper functions to get the underlying RTTI type of a type (so e.g. Array<sometype> will return sometype)
◆ GetPrimitiveTypeOfType() [6/7]
template<class T >
const RTTI * GetPrimitiveTypeOfType |
( |
T ** |
| ) |
|
◆ GetPrimitiveTypeOfType() [7/7]
template<class T ,
uint N>
const RTTI * GetPrimitiveTypeOfType |
( |
T(*) |
[N] | ) |
|