sharedPointer_std.hh
void operator()(void const *) const
Definition: sharedPointer_std.hh:15
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 > & operator=(const std::shared_ptr< F > x)
Definition: sharedPointer_std.hh:64
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_std.hh:46
Definition: operations.hh:76