| 502 | } |
| 503 | |
| 504 | bool ArgsManager::IsArgSet(const std::string& strArg) const |
| 505 | { |
| 506 | if (IsArgNegated(strArg)) return true; // special case |
| 507 | return ArgsManagerHelper::GetArg(*this, strArg).first; |
| 508 | } |
| 509 | |
| 510 | bool ArgsManager::IsArgNegated(const std::string& strArg) const |
| 511 | { |
no outgoing calls