LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
LeechCraft::Util::Either< L, R > Member List

This is the complete list of members for LeechCraft::Util::Either< L, R >, including all inherited members.

AsVariant() const LeechCraft::Util::Either< L, R >inline
Either()=deleteLeechCraft::Util::Either< L, R >
Either(const L &l)LeechCraft::Util::Either< L, R >inlineexplicit
Either(const R &r)LeechCraft::Util::Either< L, R >inlineexplicit
Either(const Either< LPrime, RPrime > &other)LeechCraft::Util::Either< L, R >inline
Either(const Either &)=defaultLeechCraft::Util::Either< L, R >
Either(Either &&)=defaultLeechCraft::Util::Either< L, R >
FromMaybe(const boost::optional< RNew > &maybeRight, const L &left)LeechCraft::Util::Either< L, R >inlinestatic
GetLeft() const LeechCraft::Util::Either< L, R >inline
GetRight() const LeechCraft::Util::Either< L, R >inline
IsLeft() const LeechCraft::Util::Either< L, R >inline
IsRight() const LeechCraft::Util::Either< L, R >inline
L_t typedefLeechCraft::Util::Either< L, R >
Left(const L &l)LeechCraft::Util::Either< L, R >inlinestatic
MaybeLeft() const LeechCraft::Util::Either< L, R >inline
MaybeRight() const LeechCraft::Util::Either< L, R >inline
operator!=(const Either &e1, const Either &e2)LeechCraft::Util::Either< L, R >friend
operator=(const Either &)=defaultLeechCraft::Util::Either< L, R >
operator=(Either &&)=defaultLeechCraft::Util::Either< L, R >
operator==(const Either &e1, const Either &e2)LeechCraft::Util::Either< L, R >friend
R_t typedefLeechCraft::Util::Either< L, R >
Right(const R &r)LeechCraft::Util::Either< L, R >inlinestatic
Right(const RNew &r)LeechCraft::Util::Either< L, R >inlinestatic
ToRight(F &&f) const LeechCraft::Util::Either< L, R >inline