ldas-tools-diskcacheAPI  2.5.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Functions
diskcache.cc File Reference
#include <diskcache_config.h>
#include <unistd.h>
#include <cassert>
#include <iostream>
#include <list>
#include <sstream>
#include <stdexcept>
#include <typeinfo>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/DeadLockDetector.hh"
#include "ldastoolsal/fstream.hh"
#include "ldastoolsal/ldasexception.hh"
#include "ldastoolsal/unordered_map.hh"
#include "ldastoolsal/SignalHandler.hh"
#include "genericAPI/swigexception.hh"
#include "genericAPI/LDASplatform.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/LogText.hh"
#include "diskcacheAPI/Cache/RegistrySingleton.hh"
#include "diskcacheAPI/IO.hh"
#include "diskcacheAPI/MetaCommands.hh"
#include "diskcacheAPI.hh"
#include "Commands.hh"

Typedefs

typedef
LDASTools::AL::CommandLineOptions 
CommandLineOptions
 
typedef CommandLineOptions::Option Option
 
typedef
CommandLineOptions::OptionSet 
OptionSet
 
typedef
diskCache::MetaCommand::ClientServerInterface::ServerInfo 
ServerInfo
 

Functions

void Initialize ()
 
void Usage (const CommandLineOptions::option_type &ProgramName, const OptionSet &Opts)
 
int main (int ArgC, char **ArgV)
 

Typedef Documentation

typedef LDASTools::AL::CommandLineOptions CommandLineOptions
typedef CommandLineOptions::Option Option
typedef CommandLineOptions::OptionSet OptionSet

Function Documentation

void Initialize ( )
int main ( int  ArgC,
char **  ArgV 
)
void Usage ( const CommandLineOptions::option_type &  ProgramName,
const OptionSet Opts 
)