ThePEG::Pointer::Ptr< T > Struct Template Reference
Ptr is a templated class to provide typedefs for pointers types
ThePEG should use for a given type.
More...
#include <Ptr.h>
List of all members.
Detailed Description
template<typename T>
struct ThePEG::Pointer::Ptr< T >
Ptr is a templated class to provide typedefs for pointers types
ThePEG should use for a given type.
If you want to use ThePEG with another kind of (smart) pointers than those provided you have to provide an alternative ThePEG.h file which includes an alternative Ptr class. It may also be possible to specialize this Ptr class for using different pointer classes for different classes.
- See also:
- RCPtr
ConstRCPtr
TransientRCPtr
TransientConstRCPtr
Definition at line 35 of file Ptr.h.
Member Typedef Documentation
Template argument typedef.
Definition at line 38 of file Ptr.h.
Template argument typedef.
Definition at line 40 of file Ptr.h.
Template argument typedef.
Definition at line 42 of file Ptr.h.
Template argument typedef.
Definition at line 44 of file Ptr.h.
Template argument typedef.
Definition at line 46 of file Ptr.h.
Template argument typedef.
Definition at line 48 of file Ptr.h.
Template argument typedef.
Definition at line 50 of file Ptr.h.
Template argument typedef.
Definition at line 52 of file Ptr.h.
Template argument typedef.
Definition at line 54 of file Ptr.h.
Template argument typedef.
Definition at line 56 of file Ptr.h.
Template argument typedef.
Definition at line 58 of file Ptr.h.
Template argument typedef.
Definition at line 60 of file Ptr.h.
The documentation for this struct was generated from the following file: