Header file including helper utility functions unrelated to HDTree and just helpful for command line programs. More...
#include <utility>Go to the source code of this file.
Namespaces | |
| hdtree | |
| Geant4 does a GLOBAL definition of the keyword TRUE.  | |
| hdtree::examples | |
| namespace holding utility functions for example programs  | |
Functions | |
| void | hdtree::examples::print_help (const std::string &program, bool two_files) | 
| print help for the single file command line parser  More... | |
| int | hdtree::examples::parse_single_file_args (int argc, char **argv, std::string &filename, std::string &treename) | 
| single file command line parser  More... | |
| int | hdtree::examples::parse_two_file_args (int argc, char **argv, std::pair< std::string, std::string > &src, std::pair< std::string, std::string > &dest) | 
| potentially two file command line parser  More... | |
Header file including helper utility functions unrelated to HDTree and just helpful for command line programs.