Lumiera  0.pre.03
»edit your freedom«
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
testoption.cpp File Reference

Go to the source code of this file.

Description

Implementation of commandline parsing for the unittest test-suite.

Definition in file testoption.cpp.

#include "lib/error.hpp"
#include "lib/test/testoption.hpp"
#include "lib/test/suite.hpp"

Typedefs

typedef boost::program_options::options_description Syntax
 
typedef boost::program_options::variables_map VarMap
 

Functions

ostream & operator<< (ostream &os, const TestOption &to)
 for outputting the help messages. More...
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  os,
const TestOption to 
)

for outputting the help messages.

Forward accumulated help messages from all contained option definitions

Definition at line 137 of file testoption.cpp.