Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
option.cpp File Reference

Implementation of commandline argument handling, based on lib Boost »program options« More...

Go to the source code of this file.

Description

Implementation of commandline argument handling, based on lib Boost »program options«

Definition in file option.cpp.

#include "lib/error.hpp"
#include "lib/util.hpp"
#include "common/option.hpp"

Namespaces

namespace  lumiera
 Lumiera public interface.
 

Typedefs

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

Functions

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

Typedef Documentation

◆ Syntax

typedef boost::program_options::options_description Syntax

Definition at line 27 of file option.cpp.

◆ VarMap

typedef boost::program_options::variables_map VarMap

Definition at line 28 of file option.cpp.