Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiKernel
GaudiKernel
ModuleInfo.h
Go to the documentation of this file.
1
//====================================================================
2
// ModuleInfo.h
3
//--------------------------------------------------------------------
4
//
5
// Package : 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_MODULEINFO_H
14
#define GAUDIKERNEL_MODULEINFO_H
15
16
// Framework include files
17
#include "
GaudiKernel/Kernel.h
"
18
// STL include files
19
#include <
string
>
20
#include <
vector
>
21
27
namespace
System
{
28
enum
ModuleType
{
UNKNOWN
,
SHAREDLIB
,
EXECUTABLE
};
30
typedef
void
*
ImageHandle
;
32
typedef
void
*
ProcessHandle
;
34
GAUDI_API
const
std::string
&
moduleName
();
36
GAUDI_API
const
std::string
&
moduleNameFull
();
38
GAUDI_API
ModuleType
moduleType
();
40
GAUDI_API
ProcessHandle
processHandle
();
42
GAUDI_API
ImageHandle
moduleHandle
();
44
GAUDI_API
ImageHandle
exeHandle
();
46
GAUDI_API
const
std::string
&
exeName
();
48
GAUDI_API
const
std::vector<std::string>
linkedModules
();
50
GAUDI_API
void
setModuleHandle
(
ImageHandle
handle);
51
}
52
#endif // GAUDIKERNEL_MODULEINFO_H
Generated at Mon Feb 17 2014 14:37:43 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004