proxygen
|
Public Member Functions | |
virtual | ~WrapperBase () noexcept |
virtual bool | apply (const std::function< bool(Value)> &handler) const =0 |
virtual void | foreach (const std::function< void(Value)> &body) const =0 |
virtual std::unique_ptr< const WrapperBase > | clone () const =0 |
Definition at line 2486 of file Base-inl.h.
|
inlinevirtualnoexcept |
Definition at line 2488 of file Base-inl.h.
References folly::apply(), handler(), and testing::Value().
|
pure virtual |
Implemented in folly::gen::VirtualGen< Value >::WrapperImpl< Wrapped >.
|
pure virtual |
Implemented in folly::gen::VirtualGen< Value >::WrapperImpl< Wrapped >.
|
pure virtual |
Implemented in folly::gen::VirtualGen< Value >::WrapperImpl< Wrapped >.