Rosetta
|
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>
Public Attributes | |
Ty | obj |
Additional Inherited Members | |
![]() | |
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 | |
VirtualBase & | operator= (VirtualBase const &)=default |
VirtualBase & | operator= (VirtualBase &&)=default |
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.
Ty basic::datacache::DataMapObj< Ty >::obj |
Referenced by pyrosetta.distributed.utility.log.Plog::__repr__().