HDTree  0.5.2
HDTree C++ API
examples.h File Reference

Header file including helper utility functions unrelated to HDTree and just helpful for command line programs. More...

#include <utility>
Include dependency graph for examples.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header file including helper utility functions unrelated to HDTree and just helpful for command line programs.