ldas-tools-framecpp  2.7.0
Enumerations | Functions | Variables
anonymous_namespace{FrDumpDictionary.cc} Namespace Reference

Enumerations

enum  error_type { MIN_ERROR = FrameCPP::Verify::MAX_ERROR + 1, USAGE = MIN_ERROR, UNHANDLED_EXCEPTION, MAX_ERROR = UNHANDLED_EXCEPTION }
 

Functions

void usage ()
 

Variables

static const char * error_strings []
 
char * Program
 

Enumeration Type Documentation

◆ error_type

enum anonymous_namespace{FrDumpDictionary.cc}::error_type
Enumerator
MIN_ERROR 
USAGE 
UNHANDLED_EXCEPTION 
MAX_ERROR 

Function Documentation

◆ usage()

void anonymous_namespace{FrDumpDictionary.cc}::usage ( )

Variable Documentation

◆ error_strings

const char* anonymous_namespace{FrDumpDictionary.cc}::error_strings[]
static
Initial value:
= {
"usage error",
"an exception was thown and not handled within the control loop "
}

◆ Program

char* anonymous_namespace{FrDumpDictionary.cc}::Program