proxygen
|
#include <Base-inl.h>
Public Member Functions | |
Generator (Source source, size_t count) | |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
bool | apply (Handler &&handler) const |
void | foreach (Body &&body) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Static Public Attributes | |
static constexpr bool | infinite = false |
Static Public Attributes inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
static constexpr bool | infinite |
Private Attributes | |
Source | source_ |
size_t | count_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
typedef Value | ValueType |
typedef std::decay< Value >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 700 of file Base-inl.h.
|
inlineexplicit |
Definition at line 705 of file Base-inl.h.
|
inline |
Definition at line 709 of file Base-inl.h.
References handler(), value, and testing::Value().
|
private |
Definition at line 702 of file Base-inl.h.
|
static |
Definition at line 726 of file Base-inl.h.
|
private |
Definition at line 701 of file Base-inl.h.