All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
main.cpp File Reference
#include <PrintManager.h>
#include <terralib/common.h>
#include <boost/program_options.hpp>

Go to the source code of this file.

Functions

boost::program_options::options_description g_all ("All options")
 All options. More...
 
boost::program_options::options_description g_functions ("Functions")
 Group of functions options. More...
 
boost::program_options::options_description g_help ("Help")
 Group of help options. More...
 
boost::program_options::options_description g_hidden ("Hidden options")
 Which will not be shown to the user. More...
 
boost::program_options::options_description g_parameters ("Parameters")
 Group of parameters options. More...
 
boost::program_options::options_description g_visible ("Allowed options")
 Which will be shown to the user. More...
 
int main (int argc, char *argv[])
 

Variables

boost::program_options::variables_map g_vm
 Map o options after parse. More...
 

Function Documentation

boost::program_options::options_description g_all ( "All options"  )

All options.

boost::program_options::options_description g_functions ( "Functions"  )

Group of functions options.

Referenced by main().

boost::program_options::options_description g_help ( "Help"  )

Group of help options.

Referenced by main().

boost::program_options::options_description g_hidden ( "Hidden options"  )

Which will not be shown to the user.

Referenced by main().

boost::program_options::options_description g_parameters ( "Parameters"  )

Group of parameters options.

boost::program_options::options_description g_visible ( "Allowed options"  )

Which will be shown to the user.

Variable Documentation

boost::program_options::variables_map g_vm

Map o options after parse.

Definition at line 10 of file main.cpp.