DDS
ver. 3.6
|
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/parsers.hpp>
#include "BoostHelper.h"
#include "ProtocolCommands.h"
#include "Version.h"
Go to the source code of this file.
Classes | |
struct | dds::agent_cmd_cmd::SOptions |
dds-agent-cmd's container of options More... | |
Namespaces | |
dds | |
Miscellaneous functions and helpers are located here. | |
dds::agent_cmd_cmd | |
Typedefs | |
typedef std::map< EAgentCmdType, std::string > | dds::mapAgentCmdTypeCodes_t |
typedef struct dds::agent_cmd_cmd::SOptions | dds::agent_cmd_cmd::SOptions_t |
dds-agent-cmd's container of options More... | |
Enumerations | |
enum | dds::EAgentCmdType { dds::EAgentCmdType::UNKNOWN = -1, dds::EAgentCmdType::GETLOG = 0 } |
Functions | |
std::istream & | dds::operator>> (std::istream &_in, EAgentCmdType &_agentCmd) |
std::ostream & | dds::operator<< (std::ostream &_out, EAgentCmdType &_agentCmd) |
bool | dds::agent_cmd_cmd::ParseCmdLine (int _argc, char *_argv[], SOptions *_options) |
Variables | |
const mapAgentCmdTypeCodes_t | dds::AgentCmdTypeCodeToString = { { EAgentCmdType::GETLOG, "getlog" } } |