NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CommandProcessor |
Macros | |
#define | DECLARE_PARAMS |
#define | PASS_PARAMS command, dataIn, status, dataOut |
#define | DECLARE_COMMAND_FUNCTION(name) void DoCommand_##name ( DECLARE_PARAMS ) |
#define | IMPLEMENT_COMMAND_FUNCTION(name) void CommandProcessor::DoCommand_##name ( DECLARE_PARAMS ) |
#define | PROCESS_IF_COMMAND_IS(name) |
#define | ADD_REPLY_ERROR(msg) |
#define ADD_REPLY_ERROR | ( | msg | ) |
Definition at line 70 of file command_processor.hpp.
#define DECLARE_COMMAND_FUNCTION | ( | name | ) | void DoCommand_##name ( DECLARE_PARAMS ) |
Definition at line 56 of file command_processor.hpp.
#define DECLARE_PARAMS |
Definition at line 49 of file command_processor.hpp.
#define IMPLEMENT_COMMAND_FUNCTION | ( | name | ) | void CommandProcessor::DoCommand_##name ( DECLARE_PARAMS ) |
Definition at line 59 of file command_processor.hpp.
#define PASS_PARAMS command, dataIn, status, dataOut |
Definition at line 53 of file command_processor.hpp.
#define PROCESS_IF_COMMAND_IS | ( | name | ) |
Definition at line 62 of file command_processor.hpp.