CMS 3D CMS Logo

Static Public Member Functions

OwnerPolicy::Clone Struct Reference

#include <own_ptr.h>

List of all members.

Static Public Member Functions

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

Detailed Description

Definition at line 26 of file own_ptr.h.


Member Function Documentation

template<class X >
static X* OwnerPolicy::Clone::copy ( X *  p) [inline, static]

Definition at line 27 of file own_ptr.h.

{ return (p) ? (*p).clone() : 0;} 
template<class X >
static void OwnerPolicy::Clone::remove ( X *  p) [inline, static]

Definition at line 28 of file own_ptr.h.

References AlCaHLTBitMon_ParallelJobs::p.

{ delete p;}