ldas-tools-framecpp 2.7.0
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions | Variables
FrVerify.cc File Reference
#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"
Include dependency graph for FrVerify.cc:

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
 

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 []
 

Macro Definition Documentation

◆ DEFAULT_BUFFER_SIZE

#define DEFAULT_BUFFER_SIZE   256

Typedef Documentation

◆ CommandLineOptions

typedef LDASTools::AL::CommandLineOptions CommandLineOptions

◆ Option

typedef CommandLineOptions::Option Option

◆ OptionSet

typedef CommandLineOptions::OptionSet OptionSet

Function Documentation

◆ depart()

void depart ( int ExitCode)
inline

◆ main()

int main ( int ArgC,
char ** ArgV )