|
proxygen
|
#include <Base-inl.h>
Public Member Functions | |
| ReferencedSource (Container *container) | |
| 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, ReferencedSource< Container, Value > > | |
| 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< Value, ReferencedSource< Container, Value > > | |
| static constexpr bool | infinite |
Private Attributes | |
| Container * | container_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Value, ReferencedSource< Container, Value > > | |
| typedef Value | ValueType |
| typedef std::decay< Value >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< Value, ReferencedSource< Container, Value > > | |
| GenImpl ()=default | |
| GenImpl (GenImpl &&)=default | |
| GenImpl (const GenImpl &)=default | |
| GenImpl & | operator= (GenImpl &&)=default |
| GenImpl & | operator= (const GenImpl &)=default |
Definition at line 129 of file Base-inl.h.
|
inlineexplicit |
Definition at line 134 of file Base-inl.h.
|
inline |
Definition at line 144 of file Base-inl.h.
References handler(), and value.
|
inline |
Definition at line 137 of file Base-inl.h.
References value.
|
private |
Definition at line 131 of file Base-inl.h.
|
static |
Definition at line 154 of file Base-inl.h.