|
ATLAS Offline Software
|
Go to the documentation of this file.
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 <<
"\"");