Gaudi Framework, version v20r4

Generated: 8 Jan 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

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

Variables

static System::ImageHandle ModuleHandle = 0
static std::vector< std::string > s_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.

std::vector<std::string> s_linkedModules [static]

Definition at line 49 of file ModuleInfo.cpp.


Generated at Thu Jan 8 17:48:24 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004