ptr-traits Directory Reference

Directory dependency graph for keyvalue/value/ptr-traits/:
keyvalue/value/ptr-traits/

Files

file  AnyPtr.h [code]
 

Implementation of PtrTraits based on util::AnyPtr.


file  intrusive_ptr.h [code]
 

Implementation of PtrTraits based on boost::intrusive_ptr where there is a common polymorphic base class for all core-library objects used by KeyValue's processors.


file  shared_ptr.h [code]
 

Implementation of PtrTraits based on boost::shared_ptr where there is a common polymorphic base class for all core-library objects used by KeyValue's processors.