proxygen
folly::EventCount::Key Class Reference

#include <EventCount.h>

Private Member Functions

 Key (uint32_t e) noexcept
 

Private Attributes

uint32_t epoch_
 

Friends

class EventCount
 

Detailed Description

Definition at line 88 of file EventCount.h.

Constructor & Destructor Documentation

folly::EventCount::Key::Key ( uint32_t  e)
inlineexplicitprivatenoexcept

Definition at line 90 of file EventCount.h.

Referenced by folly::EventCount::prepareWait().

90 : epoch_(e) {}

Friends And Related Function Documentation

friend class EventCount
friend

Definition at line 89 of file EventCount.h.

Member Data Documentation

uint32_t folly::EventCount::Key::epoch_
private

Definition at line 91 of file EventCount.h.


The documentation for this class was generated from the following file: