#include <requestor.hpp>
|
| Requestor (CommonArgs &args) |
|
virtual | ~Requestor () |
|
virtual std::string | Synopsis () |
|
virtual void | AddOptions (boost::program_options::options_description &descr) |
|
virtual void | Handle (::ocmServerIf::CommandsSync &client, boost::program_options::variables_map &vm, std::vector< std::string > &opts)=0 |
|
virtual Requestor::~Requestor |
( |
| ) |
|
|
inlinevirtual |
void Requestor::AddOptions |
( |
boost::program_options::options_description & |
descr | ) |
|
|
virtual |
Add arguments to command.
virtual void Requestor::Handle |
( |
::ocmServerIf::CommandsSync & |
client, |
|
|
boost::program_options::variables_map & |
vm, |
|
|
std::vector< std::string > & |
opts |
|
) |
| |
|
pure virtual |
std::string Requestor::Synopsis |
( |
| ) |
|
|
virtual |
The documentation for this struct was generated from the following files: