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_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[]) |
| void | showError (std::string errorMessage) |
Variables | |
| boost::program_options::variables_map | g_vm |
| Map o options after parse. More... | |
| boost::program_options::options_description g_all | ( | "All options" | ) |
All options.
Referenced by main().
| boost::program_options::options_description g_parameters | ( | "Parameters" | ) |
Group of parameters options.
Referenced by main().
| boost::program_options::options_description g_visible | ( | "Allowed options" | ) |
Which will be shown to the user.
Referenced by main(), and showError().
Definition at line 24 of file attic/src/tools/dscopy/console/main.cpp.
References te::tools::dscopy::DSCopy::copy(), ds, TerraLib::finalize(), g_all(), g_parameters(), g_visible(), g_vm, te::common::Singleton< TerraLib >::getInstance(), te::tools::dscopy::DSCopy::init(), TerraLib::initialize(), and showError().
Referenced by GetMainWindow(), and te::vm::python::VirtualMachine::VirtualMachine().
| void showError | ( | std::string | errorMessage | ) |
Definition at line 17 of file attic/src/tools/dscopy/console/main.cpp.
References g_visible().
Referenced by main().
| boost::program_options::variables_map g_vm |
Map o options after parse.
Definition at line 10 of file attic/src/tools/dscopy/console/main.cpp.
Referenced by main().