Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Resource.h File Reference

Describes Resource (and EmptyResource), which provides a generic interface for resources which need to keep track of when they are in use, such as mutex locks. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Resource
 Provides a generic interface for resources which need to keep track of when they are in use, such as mutex locks. More...
class  Resource::Data
 base class for holding data required for requesting to use/release the resource More...
class  EmptyResource
 a no-op resource, since we don't want Resource itself to be directly instantiatable More...

Variables

EmptyResource emptyResource
 a global instance of the empty resource, for no-op situations

Detailed Description

Describes Resource (and EmptyResource), which provides a generic interface for resources which need to keep track of when they are in use, such as mutex locks.

Author:
Ethan Tira-Thompson (ejt) (Creator)

Definition in file Resource.h.


Variable Documentation

a global instance of the empty resource, for no-op situations

Definition at line 4 of file Resource.cc.


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