Bromeon
Classes
SmartPtr/OwnershipPolicies.hpp File Reference

Ownership policy classes for thor::CopiedPtr and thor::MovedPtr. More...

Go to the source code of this file.

Classes

struct  thor::NoCopy< T >
 Ownership policy that performs no copy. More...
struct  thor::StaticCopy< T >
 Ownership policy that performs a deep value copy. More...
struct  thor::DynamicCopy< T >
 Ownership policy that performs a deep copy depending on the object's dynamic type. More...
struct  thor::VirtualClone< T >
 Ownership policy that calls a virtual Clone() function. More...

Detailed Description

Ownership policy classes for thor::CopiedPtr and thor::MovedPtr.