All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Utils.h
Go to the documentation of this file.
1 //$Id:$
2 // ===========================================================================
3 #ifndef JOBOPTIONSVC_UNITS_H_
4 #define JOBOPTIONSVC_UNITS_H_ 1
5 // ===========================================================================
6 // Include files
7 // ===========================================================================
8 // STD & STL
9 // ===========================================================================
10 // ===========================================================================
11 // Boost
12 // ===========================================================================
13 // ===========================================================================
14 // Gaudi
15 // ===========================================================================
16 #include "GaudiKernel/StatusCode.h"
17 // ===========================================================================
18 // Local
19 // ===========================================================================
20 // ===========================================================================
21 
22 namespace Gaudi { namespace Parsers { namespace Utils {
23 // ===========================================================================
24 std::string replaceEnvironments(const std::string& input);
25 // ===========================================================================
26 }}}
27 // ===========================================================================
28 #endif
std::string replaceEnvironments(const std::string &input)
Definition: Utils.cpp:26
This is a number of static methods for bootstrapping the Gaudi framework.
Definition: Bootstrap.h:15