#include <string>#include <utility>#include "program_options.h"#include <stdio.h>#include <signal.h>

Go to the source code of this file.
| Classes | |
| class | ProgramOptions::Application | 
| Namespaces | |
| namespace | ProgramOptions | 
| Defines | |
| #define | WRITE_STDERR(type, sys, msg) ( fflush(stdout), fprintf(stderr, "*** %-5s: (%s): %s\n", (type),(sys),(msg)), fflush(stderr) ) | 
| Typedefs | |
| typedef std::vector< std::string > | ProgramOptions::StringSeq | 
| #define WRITE_STDERR | ( | type, | |
| sys, | |||
| msg | |||
| ) | ( fflush(stdout), fprintf(stderr, "*** %-5s: (%s): %s\n", (type),(sys),(msg)), fflush(stderr) ) | 
Definition at line 41 of file application.h.