#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 122 of file map_command_handler.hpp.
|
inlineexplicit |
Definition at line 128 of file map_command_handler.hpp.
|
inline |
Definition at line 137 of file map_command_handler.hpp.
|
inline |
Definition at line 133 of file map_command_handler.hpp.
std::string events::map_command_handler< Worker >::command::flags |
Definition at line 127 of file map_command_handler.hpp.
command_handler events::map_command_handler< Worker >::command::handler |
Definition at line 124 of file map_command_handler.hpp.
std::string events::map_command_handler< Worker >::command::help |
Definition at line 125 of file map_command_handler.hpp.
std::string events::map_command_handler< Worker >::command::usage |
Definition at line 126 of file map_command_handler.hpp.