Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

ModuleInfo.cpp File Reference

#include <cstring>
#include <cstdlib>
#include "GaudiKernel/ModuleInfo.h"
#include "GaudiKernel/System.h"
#include <errno.h>
#include <string.h>
#include "sys/times.h"
#include "sys/param.h"
#include "unistd.h"
#include "libgen.h"
#include <cstdio>
#include <dlfcn.h>

Include dependency graph for ModuleInfo.cpp:

Go to the source code of this file.

Defines

#define SYSTEM_MODULEINFO_CPP

Functions

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

Variables

static System::ImageHandle ModuleHandle = 0
static std::vector< std::strings_linkedModules


Define Documentation

#define SYSTEM_MODULEINFO_CPP

Definition at line 14 of file ModuleInfo.cpp.


Variable Documentation

Definition at line 48 of file ModuleInfo.cpp.

Definition at line 49 of file ModuleInfo.cpp.


Generated at Wed Nov 11 16:28:52 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004