PixelLightAPI  .
Protected Member Functions
PLCore::AbstractContext Class Reference

Abstract context class. More...

#include <AbstractContext.h>

Inheritance diagram for PLCore::AbstractContext:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

PLCORE_API AbstractContext ()
 Default constructor.
PLCORE_API ~AbstractContext ()
 Destructor.

Detailed Description

Abstract context class.

Remarks:
All over PixelLight, "context"-classes are used in order to group important information or components. This abstract context class was introduced to make it easier to identify such context classes.

Constructor & Destructor Documentation

PLCORE_API PLCore::AbstractContext::AbstractContext ( ) [protected]

Default constructor.

PLCORE_API PLCore::AbstractContext::~AbstractContext ( ) [protected]

Destructor.

Note:
  • Intentionally not virtual (this is just a structure class without any real function)

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:14
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported