ldas-tools-framecpp
2.7.0
|
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <iostream>
#include <memory>
#include <stdexcept>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/Verify.hh"
#include "framecpp/FrameCPP.hh"
#include "StandardOptions.hh"
Classes | |
class | CommandLine |
Class to handle command line options for this application. More... | |
Namespaces | |
anonymous_namespace{FrVerify.cc} | |
Macros | |
#define | DEFAULT_BUFFER_SIZE 256 |
Typedefs | |
typedef LDASTools::AL::CommandLineOptions | CommandLineOptions |
typedef CommandLineOptions::Option | Option |
typedef CommandLineOptions::OptionSet | OptionSet |
Enumerations | |
enum | anonymous_namespace{FrVerify.cc}::error_type { anonymous_namespace{FrVerify.cc}::MIN_ERROR = VerifyException::MAX_ERROR + 1, anonymous_namespace{FrVerify.cc}::USAGE = MIN_ERROR, anonymous_namespace{FrVerify.cc}::UNHANDLED_EXCEPTION, anonymous_namespace{FrVerify.cc}::MAX_ERROR = UNHANDLED_EXCEPTION } |
Functions | |
void | depart (int ExitCode) |
int | main (int ArgC, char **ArgV) |
Variables | |
static const char * | anonymous_namespace{FrVerify.cc}::error_strings [] |
#define DEFAULT_BUFFER_SIZE 256 |
typedef LDASTools::AL::CommandLineOptions CommandLineOptions |
typedef CommandLineOptions::Option Option |
typedef CommandLineOptions::OptionSet OptionSet |
|
inline |
int main | ( | int | ArgC, |
char ** | ArgV | ||
) |