ATLAS Offline Software
Loading...
Searching...
No Matches
ProxyLoaderSingleton.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// ProxyLoaderSingleton.h, (c) ATLAS Detector software
8// Author: Thomas Gillam (thomas.gillam@cern.ch)
9// ExpressionParsing library
11
12#ifndef PROXY_LOADER_SINGLETON_H
13#define PROXY_LOADER_SINGLETON_H
14
18#include <stdexcept>
19
20namespace ExpressionParsing {
21 template <> struct EncapsulatedDefault<IProxyLoader> {
23 };
24
25 class ProxyLoaderSingleton : public EncapsulatingSingleton<IProxyLoader> {
26 };
27}
28
29#endif // PROXY_LOADER_SINGLETON_H
Namespace holding all the expression evaluation code.