PixelLightAPI  .
Public Member Functions
PLCore::ObjectBase Class Reference

Internal Object base class. More...

#include <Object.h>

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

List of all members.

Public Member Functions

PLCORE_API ObjectBase ()
 Constructor.
virtual PLCORE_API ~ObjectBase ()
 Destructor.
virtual PLCORE_API ClassGetClass () const
 Get class.

Detailed Description

Internal Object base class.


Constructor & Destructor Documentation

virtual PLCORE_API PLCore::ObjectBase::~ObjectBase ( ) [virtual]

Destructor.


Member Function Documentation

virtual PLCORE_API Class* PLCore::ObjectBase::GetClass ( ) const [virtual]

Get class.

Returns:
Class of the object (do not destroy the returned instance, should never be a null pointer, unless something is *terribly* wrong ;-) )

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