#include <Opcodes.h>
|
| bool | ValidateClientOpcode (OpcodeClient opcode, char const *name) const |
| |
| void | ValidateAndSetClientOpcode (OpcodeClient opcode, char const *name, SessionStatus status, ClientOpcodeHandler::HandlerFunction call, PacketProcessing processing) |
| |
| bool | ValidateServerOpcode (OpcodeServer opcode, char const *name, ConnectionType conIdx) const |
| |
| void | ValidateAndSetServerOpcode (OpcodeServer opcode, char const *name, SessionStatus status, ConnectionType conIdx) |
| |
| void | InitializeClientOpcodes () |
| |
| void | InitializeServerOpcodes () |
| |
Definition at line 2606 of file Opcodes.h.
◆ OpcodeTable()
| OpcodeTable::OpcodeTable |
( |
| ) |
|
|
default |
◆ ~OpcodeTable()
| OpcodeTable::~OpcodeTable |
( |
| ) |
|
|
default |
◆ Initialize()
| void OpcodeTable::Initialize |
( |
| ) |
|
Correspondence between opcodes and their names.
Definition at line 136 of file Opcodes.cpp.
◆ InitializeClientOpcodes()
| void OpcodeTable::InitializeClientOpcodes |
( |
| ) |
|
|
private |
◆ InitializeServerOpcodes()
| void OpcodeTable::InitializeServerOpcodes |
( |
| ) |
|
|
private |
◆ IsValid() [1/2]
◆ IsValid() [2/2]
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ ValidateAndSetClientOpcode()
◆ ValidateAndSetServerOpcode()
◆ ValidateClientOpcode()
| bool OpcodeTable::ValidateClientOpcode |
( |
OpcodeClient |
opcode, |
|
|
char const * |
name |
|
) |
| const |
|
private |
◆ ValidateServerOpcode()
◆ _internalTableClient
◆ _internalTableServer
The documentation for this class was generated from the following files: