The Gaudi Framework  v29r0 (ff2e7097)
ModuleInfo.h File Reference
#include "GaudiKernel/Kernel.h"
#include <string>
#include <vector>
Include dependency graph for ModuleInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 System
 Note: OS specific details for environment resolution.
 

Typedefs

typedef void * System::ImageHandle
 Definition of an image handle. More...
 
typedef void * System::ProcessHandle
 Definition of the process handle. More...
 

Enumerations

enum  System::ModuleType { System::UNKNOWN, System::SHAREDLIB, System::EXECUTABLE }
 

Functions

GAUDI_API const std::stringSystem::moduleName ()
 Get the name of the (executable/DLL) file without file-type. More...
 
GAUDI_API const std::stringSystem::moduleNameFull ()
 Get the full name of the (executable/DLL) file. More...
 
GAUDI_API ModuleType System::moduleType ()
 Get type of the module. More...
 
GAUDI_API ProcessHandle System::processHandle ()
 Handle to running process. More...
 
GAUDI_API ImageHandle System::moduleHandle ()
 Handle to currently executed module. More...
 
GAUDI_API ImageHandle System::exeHandle ()
 Handle to the executable file running. More...
 
GAUDI_API const std::stringSystem::exeName ()
 Name of the executable file running. More...
 
GAUDI_API const std::vector< std::stringSystem::linkedModules ()
 Vector of names of linked modules. More...
 
GAUDI_API void System::setModuleHandle (ImageHandle handle)
 Attach module handle. More...