TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Callback.h File Reference
#include <future>
#include "QueryResult.h"
+ 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< QueryResultQueryResultFuture
 
typedef std::promise< QueryResultQueryResultPromise
 
typedef std::future
< PreparedQueryResult
PreparedQueryResultFuture
 
typedef std::promise
< PreparedQueryResult
PreparedQueryResultPromise
 

Macro Definition Documentation

#define CALLBACK_STAGE_INVALID   uint8(-1)

Typedef Documentation

typedef std::future<QueryResult> QueryResultFuture
typedef std::promise<QueryResult> QueryResultPromise