#include <Ptr.h>
Public Member Functions | |
void | make_unique () |
operator bool () const | |
T & | operator* () const |
T * | operator-> () const |
bool | operator< (const Ptr< T > P) const |
Ptr & | operator= (const Ptr &) |
bool | operator== (const Ptr< T > P) const |
Ptr () | |
Ptr (T *t) | |
Ptr (const Ptr &h) | |
~Ptr () | |
Private Attributes | |
T * | p |
std::size_t * | refptr |
Definition at line 12 of file Ptr.h.
References clone(), Ptr< T >::p, and Ptr< T >::refptr.
Definition at line 57 of file Ptr.h.
References Ptr< T >::p, L1TEmulatorMonitor_cff::p, and Ptr< T >::refptr.
Definition at line 38 of file Ptr.h.
Referenced by python.Vispa.Views.RootCanvasView.RootCanvasView::createGraph(), python.Vispa.Views.RootCanvasView.RootCanvasView::createLegoPlot(), Ptr< T >::make_unique(), Ptr< T >::operator bool(), Ptr< T >::operator<(), Ptr< T >::operator=(), and Ptr< T >::operator==().
Definition at line 39 of file Ptr.h.
Referenced by Ptr< T >::make_unique(), Ptr< T >::operator=(), and Ptr< T >::Ptr().