CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
ThePEG::RandomEngineGlue::Proxy Class Reference

#include <RandomEngineGlue.h>

Inheritance diagram for ThePEG::RandomEngineGlue::Proxy:
ThePEG::Proxy< Proxy > ThePEG::ProxyBase

Public Member Functions

RandomEngineGluegetInstance () const
 
- Public Member Functions inherited from ThePEG::ProxyBase
ProxyID getID () const
 
virtual ~ProxyBase ()
 

Private Member Functions

 Proxy (ProxyID id)
 

Private Attributes

RandomEngineGlueinstance
 

Friends

class RandomEngineGlue
 
class ThePEG::Proxy< Proxy >
 

Additional Inherited Members

- Public Types inherited from ThePEG::Proxy< Proxy >
typedef Proxy Base
 
- Public Types inherited from ThePEG::ProxyBase
typedef unsigned long ProxyID
 
- Static Public Member Functions inherited from ThePEG::Proxy< Proxy >
static boost::shared_ptr< Proxycreate ()
 
static boost::shared_ptr< Proxyfind (ProxyID id)
 
- Protected Member Functions inherited from ThePEG::Proxy< Proxy >
 Proxy (ProxyID id)
 

Detailed Description

Definition at line 32 of file RandomEngineGlue.h.

Constructor & Destructor Documentation

ThePEG::RandomEngineGlue::Proxy::Proxy ( ProxyID  id)
inlineprivate

Definition at line 40 of file RandomEngineGlue.h.

40 : Base(id), instance(0) {}

Member Function Documentation

RandomEngineGlue* ThePEG::RandomEngineGlue::Proxy::getInstance ( ) const
inline

Definition at line 34 of file RandomEngineGlue.h.

References instance.

34 { return instance; }

Friends And Related Function Documentation

friend class RandomEngineGlue
friend

Definition at line 37 of file RandomEngineGlue.h.

friend class ThePEG::Proxy< Proxy >
friend

Definition at line 38 of file RandomEngineGlue.h.

Member Data Documentation

RandomEngineGlue* ThePEG::RandomEngineGlue::Proxy::instance
private

Definition at line 42 of file RandomEngineGlue.h.

Referenced by getInstance().