PixelLightAPI  .
Classes | Namespaces
VarStorage.h File Reference
#include "PLCore/PLCore.h"

Go to the source code of this file.

Classes

class  PLCore::StorageDirectValue
 Storage type: Store a direct value of the specific type. More...
class  PLCore::StorageGetSet
 Storage type: Use getter and setter methods to store a value. More...
class  PLCore::StorageModifyAttr
 Storage type: Use an already defined attribute to store a value. More...
class  PLCore::CheckStorage< STORAGE >
 Check Storage type to determine, whether the default value shall be set or not. More...
class  PLCore::CheckStorage< StorageGetSet >
class  PLCore::VarStorage< T, STORAGE, STORAGETYPE >
 Storage type of a variable. More...
class  PLCore::VarStorage< T, STORAGE, StorageDirectValue >
 Storage type of a variable. More...
class  PLCore::VarStorage< T, STORAGE, StorageGetSet >
 Storage type of a variable. More...
class  PLCore::VarStorage< T, STORAGE, StorageModifyAttr >
 Storage type of a variable. More...
class  PLCore::StorageChooser< STORAGE, CLASS_GS, CLASS_MOD >
 Helper class to choose a storage type. More...
class  PLCore::StorageChooser< StorageDirectValue, CLASS_GS, CLASS_MOD >
 Helper class to choose a storage type. More...
class  PLCore::StorageChooser< StorageGetSet, CLASS_GS, CLASS_MOD >
 Helper class to choose a storage type. More...
class  PLCore::StorageChooser< StorageModifyAttr, CLASS_GS, CLASS_MOD >
 Helper class to choose a storage type. More...

Namespaces

namespace  PLCore


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:03
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported