EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Classes | |
struct | t_cmd_line_key |
Macros | |
#define | FALLOUT(key, why, ret) {printf("\n [PARSER]: '%s' --> %s!\n\n", (key), (why)); return (ret); } |
Functions | |
static int | isKeyword (char *argument) |
Keyword * | declare_keyword (Keyword **root, char *_name, int _arg_num_min, int _arg_num_max, keywordfun _fun, MultipleInvocationMode _invocation_mode) |
#define FALLOUT | ( | key, | |
why, | |||
ret | |||
) | {printf("\n [PARSER]: '%s' --> %s!\n\n", (key), (why)); return (ret); } |
Definition at line 94 of file Keyword.cxx.
View newest version in sPHENIX GitHub at line 94 of file Keyword.cxx
Referenced by Keyword::parseCommandLine().
Keyword* declare_keyword | ( | Keyword ** | root, |
char * | _name, | ||
int | _arg_num_min, | ||
int | _arg_num_max, | ||
keywordfun | _fun, | ||
MultipleInvocationMode | _invocation_mode | ||
) |
Definition at line 64 of file Keyword.cxx.
View newest version in sPHENIX GitHub at line 64 of file Keyword.cxx
References isKeyword(), Keyword::next, and printf().
|
static |
Definition at line 49 of file Keyword.cxx.
View newest version in sPHENIX GitHub at line 49 of file Keyword.cxx
References _KEYWORD_PREFIX_.
Referenced by declare_keyword(), and Keyword::parseCommandLine().