sharedPointer_boost.hh
Definition: sharedPointer_boost.hh:14
void operator()(void const *) const
Definition: sharedPointer_boost.hh:15
RCP< T > & operator=(const boost::shared_ptr< F > x)
Definition: sharedPointer_boost.hh:64
RCP< T > makeRCP_weak(T *x)
Function to create a RCP without deleting the object in the destructor.
Definition: sharedPointer_boost.hh:122
RCP< T > makeRCP(T *x)
Function to create a RCP which deletes the object when no RCP points on it anymore.
Definition: sharedPointer_boost.hh:102
RCP(T *x)
Constructor for a simple pointer, which will be deleted by the RCP.
Definition: sharedPointer_boost.hh:46