proxygen
|
#include <Base-inl.h>
Public Member Functions | |
Generator (Source source, size_t count, Random rng) | |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, Rand, 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 = false |
Static Public Attributes inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, Rand, StorageType > > | |
static constexpr bool | infinite |
Private Attributes | |
Source | source_ |
size_t | count_ |
Rand | rng_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, Rand, StorageType > > | |
typedef StorageType && | ValueType |
typedef std::decay< StorageType && >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< StorageType &&, Generator< Value, Source, Rand, StorageType > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 884 of file Base-inl.h.
|
inlineexplicit |
Definition at line 897 of file Base-inl.h.
|
inline |
Definition at line 901 of file Base-inl.h.
References handler(), folly::gen::move, v, val, value, and testing::Value().
|
private |
Definition at line 893 of file Base-inl.h.
|
static |
Definition at line 935 of file Base-inl.h.
|
mutableprivate |
Definition at line 894 of file Base-inl.h.
|
private |
Definition at line 887 of file Base-inl.h.