STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Protected Member Functions
stapl::view_impl::object_holder< Container > Class Template Reference

Class to store the container* and provide reference counting via shared_ptr, and determine when a container should be destroyed for views which have taken ownership of the container. boost::shared_ptr is being used in place of std::shared_ptr in order to minimize the number of conflicts caused by ADL. Performance was shown to be comparable. More...

Protected Member Functions

 object_holder (object_holder const &other)
 
 object_holder (Container *ct)
 
 object_holder (Container const &ct)
 
object_holderoperator= (object_holder const &rhs)
 
Container * container_ptr (void) const
 Returns the container's pointer.
 

Detailed Description

template<typename Container>
class stapl::view_impl::object_holder< Container >

Class to store the container* and provide reference counting via shared_ptr, and determine when a container should be destroyed for views which have taken ownership of the container. boost::shared_ptr is being used in place of std::shared_ptr in order to minimize the number of conflicts caused by ADL. Performance was shown to be comparable.


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