ldas-tools-al 2.6.4
Classes | Namespaces | Typedefs | Functions | Variables
CommandLine.cc File Reference
#include <fcntl.h>
#include <strings.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sstream>
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/unittest.h"
Include dependency graph for CommandLine.cc:

Classes

class  anonymous_namespace{CommandLine.cc}::CommandLine
 

Namespaces

namespace  anonymous_namespace{CommandLine.cc}
 

Typedefs

typedef LDASTools::AL::CommandLineOptions CommandLineOptions
 
typedef CommandLineOptions::Option Option
 
typedef CommandLineOptions::OptionSet OptionSet
 

Functions

void anonymous_namespace{CommandLine.cc}::test_no_arg_options ()
 
void anonymous_namespace{CommandLine.cc}::test_req_arg_options ()
 
void anonymous_namespace{CommandLine.cc}::test_opt_arg_options ()
 
int main (int ArgC, char **ArgV)
 

Variables

LDASTools::Testing::UnitTest Test
 

Typedef Documentation

◆ CommandLineOptions

◆ Option

◆ OptionSet

Function Documentation

◆ main()

int main ( int  ArgC,
char **  ArgV 
)

Variable Documentation

◆ Test