PixelLightAPI
.
|
#include "PLCore/PLCoreDefinitions.h"
#include "PLCore/String/Tokenizer.h"
#include "PLCore/Base/Tools/TypeTraits.h"
#include "PLCore/Base/Var/DynVar.h"
#include "PLCore/Base/Type/EnumType.h"
#include "PLCore/Base/TypeInfo/TypeInfo.h"
#include "TypeInvalid.inl"
#include "TypeNull.inl"
#include "TypeVoid.inl"
#include "TypeBool.inl"
#include "TypeInt8.inl"
#include "TypeInt16.inl"
#include "TypeInt32.inl"
#include "TypeInt64.inl"
#include "TypeUInt8.inl"
#include "TypeUInt16.inl"
#include "TypeUInt32.inl"
#include "TypeUInt64.inl"
#include "TypeFloat.inl"
#include "TypeDouble.inl"
#include "TypeString.inl"
#include "TypeEnumPlain.inl"
#include "TypeEnum.inl"
#include "TypeFlag.inl"
#include "TypePtr.inl"
#include "TypeRef.inl"
#include "TypeObjectPtr.inl"
Go to the source code of this file.
Classes | |
class | PLCore::Type< T > |
Generic type wrapper. More... | |
Namespaces | |
namespace | PLCore |
|