| 66 | //==================================================================== |
| 67 | |
| 68 | SyntaxFunc::SyntaxFunc() { |
| 69 | memset(opt_string_, 0, sizeof(opt_string_)); |
| 70 | memset(usage_, 0, sizeof(usage_)); |
| 71 | cmdid_ = -1; |
| 72 | } |
| 73 | |
| 74 | SyntaxFunc::~SyntaxFunc() { |
| 75 | } |
nothing calls this directly
no outgoing calls
no test coverage detected