GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#include "TDataFrameLibrary.h"
#include "RVersion.h"
#include <dlfcn.h>
#include <sstream>
#include <cstdlib>
#include <sys/stat.h>
#include "TGRSIOptions.h"
#include "TGRSIUtilities.h"
#include "TGRSIFrame.h"
Go to the source code of this file.
Macros | |
#define | dlsym __bull__ |
Variables | |
void *(*)() | dlsym (void *handle, const char *symbol) |
#define dlsym __bull__ |
Definition at line 5 of file TDataFrameLibrary.cxx.
Referenced by DynamicLibrary::GetSymbol(), TDataFrameLibrary::Load(), and TParserLibrary::Load().
void *(*)() dlsym(void *handle, const char *symbol) | ( | void * | handle, |
const char * | symbol ) |
Definition at line 18 of file TDataFrameLibrary.cxx.