CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
OwnerPolicy::Transfer Struct Reference

#include <own_ptr.h>

Static Public Member Functions

template<class X >
static Xcopy (X *&p)
 
template<class X >
static void remove (X *p)
 

Detailed Description

Definition at line 18 of file own_ptr.h.

Member Function Documentation

template<class X >
static X* OwnerPolicy::Transfer::copy ( X *&  p)
inlinestatic

Definition at line 19 of file own_ptr.h.

References AlCaHLTBitMon_ParallelJobs::p, and X.

19 { X* it=p; p=0; return it;}
#define X(str)
Definition: MuonsGrabber.cc:48
template<class X >
static void OwnerPolicy::Transfer::remove ( X p)
inlinestatic

Definition at line 20 of file own_ptr.h.

References AlCaHLTBitMon_ParallelJobs::p.