ldas-tools-framecpp 3.0.4
|
#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 | |
namespace | anonymous_namespace{FrVerify.cc} |
Macros | |
#define | DEFAULT_BUFFER_SIZE 256 |
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 |
|
inline |
int main | ( | int | ArgC, |
char ** | ArgV ) |