![]() |
TrinityCore
|
Public Member Functions | |
| consteval | AuthHandlerTable () |
| constexpr AuthHandler const * | operator[] (eAuthCmd cmd) const |
Private Member Functions | |
| constexpr void | InitializeHandler (eAuthCmd cmd, AuthStatus status, std::size_t packetSize, bool(*handler)(AuthSession *)) |
Static Private Member Functions | |
| static constexpr std::size_t | GetOpcodeArrayIndex (eAuthCmd c) |
Private Attributes | |
| std::array< AuthHandler, 8 > | _handlers |
Definition at line 136 of file AuthSession.cpp.
|
inline |
|
inlinestaticconstexprprivate |
|
inlineconstexprprivate |
Definition at line 171 of file AuthSession.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineconstexpr |
|
private |
Definition at line 176 of file AuthSession.cpp.