proxygen
|
#include <EventBase.h>
Public Member Functions | |
bool | hasCallback () override |
Public Member Functions inherited from folly::RequestData | |
virtual | ~RequestData ()=default |
virtual void | onSet () |
virtual void | onUnset () |
Static Public Member Functions | |
static EventBase * | get () |
static void | set (EventBase *eb) |
Private Member Functions | |
RequestEventBase (EventBase *eb) | |
Private Attributes | |
EventBase * | eb_ |
Static Private Attributes | |
static constexpr const char * | kContextDataName {"EventBase"} |
Definition at line 81 of file EventBase.h.
|
inlineexplicitprivate |
Definition at line 103 of file EventBase.h.
|
inlinestatic |
Definition at line 83 of file EventBase.h.
References folly::data(), folly::RequestContext::get(), and folly::RequestContext::getContextData().
|
inlineoverridevirtual |
Implements folly::RequestData.
Definition at line 98 of file EventBase.h.
|
inlinestatic |
Definition at line 92 of file EventBase.h.
References folly::RequestContext::get(), and folly::RequestContext::setContextData().
|
private |
Definition at line 104 of file EventBase.h.
|
staticprivate |
Definition at line 105 of file EventBase.h.