proxygen
|
#include <Base-inl.h>
Public Member Functions | |
Generator (Source source) | |
template<class Body > | |
void | foreach (Body &&body) const |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< Result, Generator< Value, Source, Result > > | |
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 = Source::infinite |
Static Public Attributes inherited from folly::gen::GenImpl< Result, Generator< Value, Source, Result > > | |
static constexpr bool | infinite |
Private Attributes | |
Source | source_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Result, Generator< Value, Source, Result > > | |
typedef Result | ValueType |
typedef std::decay< Result >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< Result, Generator< Value, Source, Result > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 1812 of file Base-inl.h.
|
inlineexplicit |
Definition at line 1816 of file Base-inl.h.
|
inline |
Definition at line 1828 of file Base-inl.h.
References handler(), value, and testing::Value().
|
inline |
Definition at line 1819 of file Base-inl.h.
References value, and testing::Value().
|
static |
Definition at line 1838 of file Base-inl.h.
|
private |
Definition at line 1813 of file Base-inl.h.