#include "Utilities/LStoreAdaptor/interface/LStoreFile.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <cassert>
#include <vector>
#include <unistd.h>
#include <fcntl.h>
#include <pthread.h>
#include <dlfcn.h>
#include <iostream>
#include <cstring>
Go to the source code of this file.
Macros | |
#define | REDD_LOAD_SYMBOL(NAME, TYPE) |
#define REDD_LOAD_SYMBOL | ( | NAME, | |
TYPE | |||
) |
Definition at line 76 of file LStoreFile.cc.
Referenced by edm::storage::LStoreFile::loadLibrary().