Classes | Namespaces

B2BITS_AutoPtr.h File Reference

Contains Utils::AutoPtr class declaration. More...

#include <cassert>
#include <cstddef>
Include dependency graph for B2BITS_AutoPtr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utils::AutoPtr< T >
 std::auto_ptr analogue with ability to delete object by object's method. More...
struct  Utils::ConstMethodResolver< T >
 Returns pointer to the mutable method of the class. More...
struct  Utils::ConstMethodResolver< const T >
 Returns pointer to the const method of the class. More...

Namespaces

namespace  Utils
 

Usefull classes and methods.



Detailed Description

Contains Utils::AutoPtr class declaration.

Definition in file B2BITS_AutoPtr.h.