ldas-tools-diskcacheAPI 2.7.7
Typedefs | Functions | Variables
diskcache.cc File Reference
#include <diskcache_config.h>
#include <signal.h>
#include <unistd.h>
#include <cassert>
#include <cstdlib>
#include <iostream>
#include <list>
#include <sstream>
#include <stdexcept>
#include <typeinfo>
#include <boost/filesystem.hpp>
#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"
Include dependency graph for diskcache.cc:

Typedefs

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

Functions

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

Variables

volatile sig_atomic_t exit_requested = 0
 

Typedef Documentation

◆ CommandLineOptions

typedef LDASTools::AL::CommandLineOptions CommandLineOptions

◆ Option

typedef CommandLineOptions::Option Option

◆ OptionSet

typedef CommandLineOptions::OptionSet OptionSet

◆ ServerInfo

Function Documentation

◆ Initialize()

void Initialize ( )

◆ main()

int main ( int  ArgC,
char **  ArgV 
)

◆ register_signal_handlers()

void register_signal_handlers ( )

◆ signal_handler()

void signal_handler ( int  sig)

◆ Teardown()

void Teardown ( )

◆ Usage()

void Usage ( const CommandLineOptions::option_type &  ProgramName,
const OptionSet Opts 
)

Variable Documentation

◆ exit_requested

volatile sig_atomic_t exit_requested = 0