#include <map>
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "GeneratorInterface/ThePEGInterface/interface/Proxy.h"
Go to the source code of this file.
Typedefs | |
typedef std::map < ProxyBase::ProxyID, boost::weak_ptr< ProxyBase > > | ProxyMap |
Functions | |
static ProxyMap * | getProxyMapInstance () |
Variables | |
static boost::mutex | mutex |
static ProxyMap* getProxyMapInstance | ( | ) | [static] |
Definition at line 15 of file Proxy.cc.
References instance.
Referenced by ThePEG::ProxyBase::create(), ThePEG::ProxyBase::find(), and ThePEG::ProxyBase::~ProxyBase().
boost::mutex mutex [static] |
Definition at line 11 of file Proxy.cc.
Referenced by ThePEG::ProxyBase::create(), ThePEG::ProxyBase::find(), and ThePEG::ProxyBase::~ProxyBase().