EmptyResource Class Reference#include <Resource.h>
Inheritance diagram for EmptyResource:
[legend]List of all members.
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.
|
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 & |
|
) |
[inline, virtual] |
would mark the resource no longer in use, here is a no-op
Definition at line 26 of file Resource.h.
| virtual void EmptyResource::useResource |
( |
Data & |
|
) |
[inline, virtual] |
would mark the resource in use, here is a no-op
Definition at line 25 of file Resource.h.
The documentation for this class was generated from the following file:
|