| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MarkScope Class Reference#include <MarkScope.h>
Inheritance diagram for MarkScope: ![]() Detailed DescriptionProvides a way to mark a resource as used for the duration of the instance's scope.This is handy because we don't have to worry about releasing the resource if there are multiple return points, exception handling, or other such issues which might otherwise cause you to forget to release it -- let C++ do it for you!
Definition at line 11 of file MarkScope.h.
The documentation for this class was generated from the following file: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:08:22 2007 by Doxygen 1.4.7 |