#include <Server.hpp>
◆ FinishFunc
◆ CLICommand() [1/4]
CLICommand::CLICommand |
( |
| ) |
|
|
inline |
◆ CLICommand() [2/4]
CLICommand::CLICommand |
( |
char * |
command, |
|
|
FinishFunc |
finish_func |
|
) |
| |
|
inline |
297 {
298
299 }
FinishFunc m_finish_func
Completion handler function.
Definition: Server.hpp:323
std::string m_command
Command string.
Definition: Server.hpp:322
◆ ~CLICommand()
CLICommand::~CLICommand |
( |
| ) |
|
|
inline |
◆ CLICommand() [3/4]
◆ CLICommand() [4/4]
◆ operator=()
318 {
320 }
CLICommand()
Definition: Server.hpp:293
References CLICommand().
◆ m_command
std::string CLICommand::m_command |
◆ m_finish_func
The documentation for this class was generated from the following file: