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.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:13
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported