thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ThePEG::Pointer::PtrTraits< T > Struct Template Reference

The PtrTraits class is used everywhere in ThePEG to interface to the pointers which are handled. More...

#include <PtrTraits.h>

Inheritance diagram for ThePEG::Pointer::PtrTraits< T >:

Detailed Description

template<class T>
struct ThePEG::Pointer::PtrTraits< T >

The PtrTraits class is used everywhere in ThePEG to interface to the pointers which are handled.

In particular, ThePEG never uses new or delete but always PtrTraits<P>::create and PtrTraits<P>::destroy (to be precise the destroy method is never used since all pointers are assumed to be reference counted or in another way garbage collected). Also ThePEG always uses dynamic_ptr_cast (rather than the standard dynamic_cast) which in turn calls the PtrTraits<P>::DynamicCast.

In this file is also defined the specialized std::iterator_traits for the reference counted pointers.

Definition at line 39 of file PtrTraits.h.


The documentation for this struct was generated from the following file: