#include <map_command_handler.hpp>
Public Member Functions | |
command (command_handler h, const std::string &help="", const std::string &usage="", const std::string &flags="") | |
bool | has_flag (const char f) const |
command & | add_flag (const char f) |
Public Attributes | |
command_handler | handler |
std::string | help |
std::string | usage |
std::string | flags |
Definition at line 126 of file map_command_handler.hpp.
|
inlineexplicit |
Definition at line 132 of file map_command_handler.hpp.
|
inline |
Definition at line 141 of file map_command_handler.hpp.
References f, and events::map_command_handler< Worker >::command::flags.
|
inline |
Definition at line 137 of file map_command_handler.hpp.
References f, and events::map_command_handler< Worker >::command::flags.
std::string events::map_command_handler< Worker >::command::flags |
Definition at line 131 of file map_command_handler.hpp.
Referenced by events::map_command_handler< Worker >::command::add_flag(), and events::map_command_handler< Worker >::command::has_flag().
command_handler events::map_command_handler< Worker >::command::handler |
Definition at line 128 of file map_command_handler.hpp.
std::string events::map_command_handler< Worker >::command::help |
Definition at line 129 of file map_command_handler.hpp.
std::string events::map_command_handler< Worker >::command::usage |
Definition at line 130 of file map_command_handler.hpp.