Spinning Topp Logo BlackTopp Studios
inc
Classes | Namespaces
managedptr.h File Reference

The interface for a class useful for applying RAII when it should have been used but wasn't. More...

#include "datatypes.h"
#include "exception.h"
+ Include dependency graph for managedptr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mezzanine::IntHandle
 Sample implementation for a ManagedPtr. More...
 
class  Mezzanine::ManagedPtr< Handle >
 This is used to get RAII semantics when not provided inherently. More...
 

Namespaces

 Mezzanine
 The bulk of the engine components go in this namspace.
 

Detailed Description

The interface for a class useful for applying RAII when it should have been used but wasn't.

Definition in file managedptr.h.