|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Reflection/TypeInfo.core.hpp>
Public Types | |
| enum class | Kind { Char , WChar , UInt8 , Int8 , UInt16 , Int16 , UInt32 , Int32 , UInt64 , Int64 , Float , Double , Boolean } |
Public Attributes | |
| Kind | kind |
Additional Inherited Members | |
Protected Member Functions inherited from CeresEngine::ConstructibleTypeTrait | |
| ~ConstructibleTypeTrait ()=default | |
Protected Member Functions inherited from CeresEngine::DestructibleTypeTrait | |
| ~DestructibleTypeTrait ()=default | |
Protected Member Functions inherited from CeresEngine::CopyableTypeTrait | |
| ~CopyableTypeTrait ()=default | |
Protected Member Functions inherited from CeresEngine::MovableTypeTrait | |
| ~MovableTypeTrait ()=default | |
Implements CeresEngine::ConstructibleTypeTrait.
Implements CeresEngine::CopyableTypeTrait.
Implements CeresEngine::DestructibleTypeTrait.
|
finalvirtualnoexcept |
Implements CeresEngine::TypeInfo.
|
overridevirtualnoexcept |
Implements CeresEngine::TypeInfo.
|
overridevirtualnoexcept |
Implements CeresEngine::TypeInfo.
|
finalvirtualnoexcept |
Implements CeresEngine::TypeInfo.
|
finalvirtual |
Implements CeresEngine::TypeInfo.
Implements CeresEngine::MovableTypeTrait.
| Kind CeresEngine::PrimitiveTypeInfo::kind |