PixelLightAPI  .
PLCore::VarAccess< T, ACCESS, STORAGE > Class Template Reference

Access mode for a variable. More...

#include <VarAccess.h>

Inheritance diagram for PLCore::VarAccess< T, ACCESS, STORAGE >:
Inheritance graph
[legend]

Detailed Description

template<typename T, typename ACCESS, typename STORAGE>
class PLCore::VarAccess< T, ACCESS, STORAGE >

Access mode for a variable.

Remarks:
This class template is used to control the access mode of a variable. If AccessReadWrite is specified, a variable can be read and written to. If AccessReadOnly is specified, a variable can only be read.

The documentation for this class was generated from the following file:


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