ATLAS Offline Software
Loading...
Searching...
No Matches
SealSharedLib.cxx File Reference
#include "CxxUtils/SealCommon.h"
#include "CxxUtils/SealSharedLib.h"
#include "CxxUtils/SealDebug.h"
#include <cstring>
#include <cstdio>
#include <cstdlib>
#include <errno.h>
#include <assert.h>
Include dependency graph for SealSharedLib.cxx:

Go to the source code of this file.

Macros

#define SHLIB_UNSUPPORTED   throw SharedLibraryError ("", "unsupported operation")

Functions

 if (pathvar)

Variables

const char * pathvar = PATH

Macro Definition Documentation

◆ SHLIB_UNSUPPORTED

#define SHLIB_UNSUPPORTED   throw SharedLibraryError ("", "unsupported operation")

Function Documentation

◆ if()

if ( pathvar )

Definition at line 167 of file SealSharedLib.cxx.

167 {
168 setenv(pathvar, path.c_str(),1);
169 }
const char * pathvar
path
python interpreter configuration --------------------------------------—
Definition athena.py:130

Variable Documentation

◆ pathvar

const char* pathvar = PATH

Definition at line 166 of file SealSharedLib.cxx.