Rosetta
Public Attributes | List of all members
basic::datacache::DataMapObj< Ty > Class Template Reference

templated class to make any data type compatible with VirtualBase 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 Member Functions inherited from utility::VirtualBase
 VirtualBase ()=default
 Default constructor. More...
 
virtual ~VirtualBase ()=default
 The virtual destructor is one of the main reasons for the VirtualBase class. More...
 
 VirtualBase (VirtualBase const &)=default
 
 VirtualBase (VirtualBase &&)=default
 
VirtualBaseoperator= (VirtualBase const &)=default
 
VirtualBaseoperator= (VirtualBase &&)=default
 

Detailed Description

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

templated class to make any data type compatible with VirtualBase 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

◆ obj

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

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