|
proxygen
|
#include <Base-inl.h>
Public Member Functions | |
| SingleReference (Value &ref) | |
| template<class Handler > | |
| bool | apply (Handler &&handler) const |
| template<class Body > | |
| void | foreach (Body &&body) const |
Public Member Functions inherited from folly::gen::GenImpl< Value &, SingleReference< 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 &, SingleReference< Value > > | |
| static constexpr bool | infinite |
Private Attributes | |
| Value * | ptr_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Value &, SingleReference< Value > > | |
| typedef Value & | ValueType |
| typedef std::decay< Value & >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< Value &, SingleReference< Value > > | |
| GenImpl ()=default | |
| GenImpl (GenImpl &&)=default | |
| GenImpl (const GenImpl &)=default | |
| GenImpl & | operator= (GenImpl &&)=default |
| GenImpl & | operator= (const GenImpl &)=default |
Definition at line 450 of file Base-inl.h.
|
inlineexplicit |
Definition at line 457 of file Base-inl.h.
|
inline |
|
inline |
Definition at line 465 of file Base-inl.h.
|
static |
Definition at line 470 of file Base-inl.h.
|
private |
Definition at line 453 of file Base-inl.h.