The Gaudi Framework  v29r0 (ff2e7097)
Environment.h
Go to the documentation of this file.
1 //====================================================================
2 // Timing.h
3 //--------------------------------------------------------------------
4 //
5 // Package : Gaudi/System (The LHCb System service)
6 //
7 // Description: Definition of Systems internals
8 //
9 // Author : M.Frank
10 // Created : 13/1/99
11 // Changes :
12 //====================================================================
13 #ifndef GAUDIKERNEL_ENVIRONMENT_H
14 #define GAUDIKERNEL_ENVIRONMENT_H
15 
16 // Framework include files
17 #include "GaudiKernel/Kernel.h"
18 #include "GaudiKernel/StatusCode.h"
19 #include "GaudiKernel/SystemBase.h"
20 
21 // C++ include files
22 #include <string>
23 
31 namespace System
32 {
35  GAUDI_API StatusCode resolveEnv( const std::string& var, std::string& res, int recusions = 124 );
36 }
37 #endif // GAUDIKERNEL_ENVIRONMENT_H
GAUDI_API std::string homeDirectory()
Definition: Environment.cpp:61
GAUDI_API StatusCode resolveEnv(const std::string &var, std::string &res, int recusions=124)
Definition: Environment.cpp:51
Note: OS specific details for environment resolution.
Definition: Debugger.h:19
STL class.
GAUDI_API std::string tempDirectory()
Definition: Environment.cpp:78
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:28
#define GAUDI_API
Definition: Kernel.h:110