#include "Utilities/StorageFactory/interface/StorageMaker.h"
#include "Utilities/StorageFactory/interface/StorageMakerFactory.h"
#include "Utilities/StorageFactory/interface/StorageFactory.h"
#include "Utilities/StorageFactory/interface/File.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | LocalStorageMaker |
Macros | |
#define | _FILE_OFFSET_BITS 64 |
#define | _GNU_SOURCE 1 |
Functions | |
static const StorageMakerFactory::PMaker < LocalStorageMaker > | s_maker__LINE__ ("file") |
#define _FILE_OFFSET_BITS 64 |
Definition at line 2 of file LocalStorageMaker.cc.
#define _GNU_SOURCE 1 |
Definition at line 1 of file LocalStorageMaker.cc.
|
static |