proxygen
|
#include <Base-inl.h>
Public Member Functions | |
Generator (Source source, size_t windowSize) | |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType > > | |
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< StorageType &&, Generator< Value, Source, StorageType > > | |
static constexpr bool | infinite |
Private Attributes | |
Source | source_ |
size_t | windowSize_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType > > | |
typedef StorageType && | ValueType |
typedef std::decay< StorageType && >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, StorageType > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 1532 of file Base-inl.h.
|
inlineexplicit |
Definition at line 1538 of file Base-inl.h.
|
inline |
Definition at line 1542 of file Base-inl.h.
References buffer(), handler(), i, folly::gen::move, value, and testing::Value().
|
static |
Definition at line 1588 of file Base-inl.h.
|
private |
Definition at line 1534 of file Base-inl.h.
|
private |
Definition at line 1535 of file Base-inl.h.