travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
ProgramOptions.h File Reference
#include <set>
#include <string>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/parsers.hpp>

Go to the source code of this file.

Classes

class  tvx::ProgramOptions
 Processes and controls user options provided in the command line. More...
 

Namespaces

 tvx
 

Functions

template<class T >
bool tvx::out_to_stream (std::ostream &os, const boost::any &any_value)
 A helper function to print values of boost's any type. More...
 
std::ostream & tvx::operator<< (std::ostream &os, const boost::any &any_value)