![]() |
TrinityCore
|
#include <Opcodes.h>
Public Member Functions | |
| OpcodeTable () | |
| OpcodeTable (OpcodeTable const &)=delete | |
| OpcodeTable & | operator= (OpcodeTable const &)=delete |
| ~OpcodeTable () | |
| void | Initialize () |
| Correspondence between opcodes and their names. | |
| ClientOpcodeHandler const * | operator[] (Opcodes index) const |
Private Member Functions | |
| template<typename Handler , Handler HandlerFunction> | |
| void | ValidateAndSetClientOpcode (OpcodeClient opcode, char const *name, SessionStatus status, PacketProcessing processing) |
| void | ValidateAndSetServerOpcode (OpcodeServer opcode, char const *name, SessionStatus status) |
Private Attributes | |
| ClientOpcodeHandler * | _internalTableClient [NUM_OPCODE_HANDLERS] |
| OpcodeTable::OpcodeTable | ( | ) |
Definition at line 64 of file Opcodes.cpp.
|
delete |
| OpcodeTable::~OpcodeTable | ( | ) |
Definition at line 69 of file Opcodes.cpp.
| void OpcodeTable::Initialize | ( | ) |
Correspondence between opcodes and their names.
Definition at line 123 of file Opcodes.cpp.
Here is the caller graph for this function:
|
delete |
|
inline |
|
private |
Definition at line 76 of file Opcodes.cpp.
|
private |
Definition at line 99 of file Opcodes.cpp.
|
private |