|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/RenderAPI/Mock/MKCommon.hpp>
Protected Member Functions | |
| MKDeviceObject (MKDevicePtr device) | |
Creates a new MKDeviceObject from the given device. | |
Protected Attributes | |
| MKDevice & | deviceMK |
The owning MKDevice instance. | |
Additional Inherited Members | |
Static Public Member Functions inherited from CeresEngine::MKObject< ChildTypeName, ParentType > | |
| static RC< ChildTypeName > | cast (const RC< ParentType > &ptr) |
Casts a RC containing a ParentType pointer to a pointer to a pointer to a ChildTypeName. | |
| static RC< ChildTypeName > | safeCast (const RC< ParentType > &ptr) |
Safely casts a RC containing a ParentType pointer to a pointer to a pointer to a ChildTypeName. | |
| static ChildTypeName & | cast (ParentType &object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const ChildTypeName & | cast (const ParentType &object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static ChildTypeName * | cast (ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const ChildTypeName * | cast (const ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static ChildTypeName * | safeCast (ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
| static const ChildTypeName * | safeCast (const ParentType *object) |
Casts a object of type ParentType to a object of type ChildTypeName. | |
|
inlineexplicitprotected |
Creates a new MKDeviceObject from the given device.
| device | The device owning the object being created |
|
protected |
The owning MKDevice instance.