Storage for data tied to the lifetime of an EventBase.
Declared in <folly/io/async/EventBaseLocal.h>
template<typename T>
class EventBaseLocal
: public /* implementation-defined */
| Name | Description |
|---|---|
/* implementation-defined */ |
| Name | Description |
|---|---|
EventBaseLocal [constructor] | Constructs an empty EventBaseLocal. |
operator= [deleted] | |
emplace | emplace overloads |
emplace_with | Constructs the object from the result of calling f, replacing any existing. |
erase | |
get | Returns a pointer to the object stored for the given EventBase, or null. |
try_emplace | try_emplace overloads |
try_emplace_with | Returns the existing object, or constructs it from the result of f. |
| Name |
|---|
getVoid |
setVoid |