|
proxygen
|
#include <Base-inl.h>
Public Member Functions | |
| Generator (Source source, Selector selector) | |
| template<class Body > | |
| void | foreach (Body &&body) const |
| 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 = Source::infinite |
Static Public Attributes inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
| static constexpr bool | infinite |
Private Types | |
| typedef std::decay< Value >::type | StorageType |
| typedef const StorageType & | ParamType |
| typedef invoke_result_t< Selector, ParamType > | KeyType |
| typedef std::decay< KeyType >::type | KeyStorageType |
Private Attributes | |
| Source | source_ |
| Selector | selector_ |
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 1356 of file Base-inl.h.
|
private |
Definition at line 1367 of file Base-inl.h.
|
private |
Definition at line 1366 of file Base-inl.h.
|
private |
Definition at line 1364 of file Base-inl.h.
|
private |
Definition at line 1360 of file Base-inl.h.
|
inline |
Definition at line 1370 of file Base-inl.h.
|
inline |
Definition at line 1384 of file Base-inl.h.
References handler(), value, and testing::Value().
|
inline |
Definition at line 1374 of file Base-inl.h.
References value, and testing::Value().
|
static |
Definition at line 1396 of file Base-inl.h.
|
private |
Definition at line 1358 of file Base-inl.h.
|
private |
Definition at line 1357 of file Base-inl.h.