Policy classes for thor::CopiedPtr. More...
Go to the source code of this file.
Classes | |
struct | thor::StaticCopy< T > |
CopiedPtr policy that performs a deep value copy. More... | |
struct | thor::DynamicCopy< T > |
CopiedPtr policy that performs a deep copy depending on the object's dynamic type. More... | |
struct | thor::VirtualClone< T > |
CopiedPtr policy that calls a virtual Clone() function. More... |
Policy classes for thor::CopiedPtr.