![]() |
TrinityCore
|
Include dependency graph for Callback.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QueryCallback< Result, ParamType, chain > |
| class | QueryCallback_2< Result, ParamType1, ParamType2, chain > |
Macros | |
| #define | CALLBACK_STAGE_INVALID uint8(-1) |
Typedefs | |
| typedef std::future< QueryResult > | QueryResultFuture |
| typedef std::promise< QueryResult > | QueryResultPromise |
| typedef std::future < PreparedQueryResult > | PreparedQueryResultFuture |
| typedef std::promise < PreparedQueryResult > | PreparedQueryResultPromise |
| #define CALLBACK_STAGE_INVALID uint8(-1) |
| typedef std::future<PreparedQueryResult> PreparedQueryResultFuture |
| typedef std::promise<PreparedQueryResult> PreparedQueryResultPromise |
| typedef std::future<QueryResult> QueryResultFuture |
| typedef std::promise<QueryResult> QueryResultPromise |
1.8.8