Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
basic::datacache::DataMapObj< Ty > Class Template Reference

templated class to make any data type compatible with ReferenceCounts and OPs. e.g., utility::pointer::owning_ptr< basic::datacache::DataMapObj< bool > > stop; You can then place such constructs on the basic::datacache::DataMap More...

#include <DataMapObj.hh>

Inheritance diagram for basic::datacache::DataMapObj< Ty >:
Inheritance graph
[legend]

Public Attributes

Ty obj
 

Additional Inherited Members

- Public Types inherited from utility::pointer::ReferenceCount
typedef platform::Size Size
 
typedef platform::Size size_type
 
- Public Member Functions inherited from utility::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Detailed Description

template<class Ty>
class basic::datacache::DataMapObj< Ty >

templated class to make any data type compatible with ReferenceCounts and OPs. e.g., utility::pointer::owning_ptr< basic::datacache::DataMapObj< bool > > stop; You can then place such constructs on the basic::datacache::DataMap

This class can now be depricated with the conversion to the (non-intrusive) C++11 / boost shared_ptr system: arbitrary objects can now be put into smart pointers.

Member Data Documentation

template<class Ty >
Ty basic::datacache::DataMapObj< Ty >::obj

The documentation for this class was generated from the following file: