proxygen
|
#include <Base-inl.h>
Public Member Functions | |
Generator (Source source, Selector selector, Comparer comparer) | |
VectorType | operator| (const Collect< VectorType > &) const |
VectorType | operator| (const CollectTemplate< std::vector > &) const |
template<class Body > | |
void | foreach (Body &&body) const |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType, 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 = false |
Static Public Attributes inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType, Result > > | |
static constexpr bool | infinite |
Private Types | |
typedef std::vector< StorageType > | VectorType |
Private Member Functions | |
VectorType | asVector () const |
Private Attributes | |
Source | source_ |
Selector | selector_ |
Comparer | comparer_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType, Result > > | |
typedef StorageType && | ValueType |
typedef std::decay< StorageType && >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType, Result > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 1056 of file Base-inl.h.
|
private |
Definition at line 1064 of file Base-inl.h.
|
inline |
Definition at line 1076 of file Base-inl.h.
|
inline |
Definition at line 1097 of file Base-inl.h.
References a, b, handler(), and folly::gen::move.
|
inlineprivate |
Definition at line 1066 of file Base-inl.h.
References a, b, and folly::gen::move.
|
inline |
Definition at line 1090 of file Base-inl.h.
References folly::gen::move, and value.
|
inline |
Definition at line 1081 of file Base-inl.h.
|
inline |
Definition at line 1085 of file Base-inl.h.
|
private |
Definition at line 1062 of file Base-inl.h.
|
static |
Definition at line 1115 of file Base-inl.h.
|
private |
Definition at line 1061 of file Base-inl.h.
|
private |
Definition at line 1059 of file Base-inl.h.