Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
- Author
- Nils Krumnack
Definition at line 20 of file asg_tools_test_init.cxx.
22 using namespace asg::msgUserCode;
32 for (
int iter = 2; iter !=
argc; ++ iter)
34 const std::string
arg =
argv[iter];
36 if (
split == std::string::npos)
38 ANA_MSG_ERROR (
"argument doesn't match name=value syntax: \"" <<
arg <<
"\"");