proxygen
folly::gen::VirtualGen< Value > Member List

This is the complete list of members for folly::gen::VirtualGen< Value >, including all inherited members.

apply(const std::function< bool(Value)> &handler) const folly::gen::VirtualGen< Value >inline
GenImpl< Value, VirtualGen< Value > >::apply(Handler &&handler) constfolly::gen::GenImpl< Value, VirtualGen< Value > >
foreach(const std::function< void(Value)> &body) const folly::gen::VirtualGen< Value >inline
GenImpl< Value, VirtualGen< Value > >::foreach(Body &&body) constfolly::gen::GenImpl< Value, VirtualGen< Value > >inline
GenImpl()=defaultfolly::gen::GenImpl< Value, VirtualGen< Value > >protected
GenImpl(GenImpl &&)=defaultfolly::gen::GenImpl< Value, VirtualGen< Value > >protected
GenImpl(const GenImpl &)=defaultfolly::gen::GenImpl< Value, VirtualGen< Value > >protected
infinitefolly::gen::GenImpl< Value, VirtualGen< Value > >static
operator=(const VirtualGen &source)folly::gen::VirtualGen< Value >inline
operator=(VirtualGen &&source) noexceptfolly::gen::VirtualGen< Value >inline
GenImpl< Value, VirtualGen< Value > >::operator=(GenImpl &&)=defaultfolly::gen::GenImpl< Value, VirtualGen< Value > >protected
GenImpl< Value, VirtualGen< Value > >::operator=(const GenImpl &)=defaultfolly::gen::GenImpl< Value, VirtualGen< Value > >protected
self() const folly::gen::FBounded< Self >inline
self()folly::gen::FBounded< Self >inline
StorageType typedeffolly::gen::GenImpl< Value, VirtualGen< Value > >
ValueType typedeffolly::gen::GenImpl< Value, VirtualGen< Value > >
VirtualGen(Self source)folly::gen::VirtualGen< Value >inline
VirtualGen(VirtualGen &&source) noexceptfolly::gen::VirtualGen< Value >inline
VirtualGen(const VirtualGen &source)folly::gen::VirtualGen< Value >inline
wrapper_folly::gen::VirtualGen< Value >private