Public Member Functions |
| ExitCommand (const std::string &name) |
void | run (std::ostream &cout) |
| Run the command.
|
Public Member Functions inherited from Request::CommandParser |
| CommandParser (std::string name, std::string description="") |
| Constructor.
|
void | parse (std::istream &cin, std::ostream &cout, bool echo=false) |
| Parse an input stream and handle key arguments.
|
void | parseJson (const Json::Value &request, std::ostream &cout) |
| Parse an input stream and handle key arguments.
|
Member Function Documentation
void ExitCommand::run |
( |
std::ostream & |
cout | ) |
|
|
inlinevirtual |
Run the command.
This typically is a user-defined function. It should use key values and write results on the provided output stream.
- Parameters
-
cout | output stream for results |
Implements Request::CommandParser.
The documentation for this struct was generated from the following file:
- /home/francois/projets/git/clang-tags/src/main.cxx