|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdlib>#include <cstring>#include <iostream>#include <string>#include <list>Go to the source code of this file.
Functions | |
| static void | usage () |
| static void | no_param (const char *s) |
| void | parse_arguments (int argc, char *argv[], std::list< std::string > &class_names, std::list< std::string > &file_names, std::list< std::string > &include_dirs, std::list< std::string > &user_classes, std::string &cpp_dir_name, std::string &cpp_ns_name, std::string &cpp_hdr_dir, std::string &info_file_name, bool &verbose) |
|
static |
Definition at line 48 of file parse_cmdl.cpp.
| void parse_arguments | ( | int | argc, |
| char * | argv[], | ||
| std::list< std::string > & | class_names, | ||
| std::list< std::string > & | file_names, | ||
| std::list< std::string > & | include_dirs, | ||
| std::list< std::string > & | user_classes, | ||
| std::string & | cpp_dir_name, | ||
| std::string & | cpp_ns_name, | ||
| std::string & | cpp_hdr_dir, | ||
| std::string & | info_file_name, | ||
| bool & | verbose ) |
Definition at line 55 of file parse_cmdl.cpp.
|
static |
Definition at line 17 of file parse_cmdl.cpp.