Classes
ClonersAndDeleters.hpp File Reference

Cloner and deleter functors for smart pointers. More...

Go to the source code of this file.

Classes

struct  aurora::OperatorNewCopy< T >
 Cloner that invokes the copy constructor and new operator. More...
 
struct  aurora::VirtualClone< T >
 Cloner that invokes a member function clone(). More...
 
struct  aurora::OperatorDelete< T >
 Deleter that invokes the delete operator. More...
 

Detailed Description

Cloner and deleter functors for smart pointers.