Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

EmptyResource Class Reference

a no-op resource, since we don't want Resource itself to be directly instantiatable More...

#include <Resource.h>

Inheritance diagram for EmptyResource:

Detailed Description

a no-op resource, since we don't want Resource itself to be directly instantiatable

Definition at line 23 of file Resource.h.

List of all members.

Public Member Functions

virtual void useResource (Data &)
 would mark the resource in use, here is a no-op
virtual void releaseResource (Data &)
 would mark the resource no longer in use, here is a no-op

Member Function Documentation

virtual void EmptyResource::releaseResource ( Data  )  [virtual]

would mark the resource no longer in use, here is a no-op

Implements Resource.

Definition at line 26 of file Resource.h.

virtual void EmptyResource::useResource ( Data  )  [virtual]

would mark the resource in use, here is a no-op

Implements Resource.

Definition at line 25 of file Resource.h.


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:07 2016 by Doxygen 1.6.3