GATE
gate::Expected< T, E > Member List

This is the complete list of members for gate::Expected< T, E >, including all inherited members.

andThen(Delegate1< value_t & > const &callback) const (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
bufferError (defined in gate::Expected< T, E >)gate::Expected< T, E >
bufferValue (defined in gate::Expected< T, E >)gate::Expected< T, E >
const_ptr_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
const_ref_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
dummy (defined in gate::Expected< T, E >)gate::Expected< T, E >
empty() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
error() noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
error() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
error_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
Expected(value_t const &expectedValue) (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
Expected(error_t const &unexpectedValue) (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
Expected(self_t const &src) (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
get() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
getErrorPtr() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
hasValue() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
operator!() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
operator*() noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
operator*() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
operator->() noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
operator->() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
operator=(self_t const &src) (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
orElse(Delegate1< error_t & > const &callback) const (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
orThrow() const (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
ptr_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
ref_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
self_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
value() noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
value() const noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
value(const_ref_t defaultValue) const (defined in gate::Expected< T, E >)gate::Expected< T, E >inline
value_t typedef (defined in gate::Expected< T, E >)gate::Expected< T, E >
~Expected() noexcept (defined in gate::Expected< T, E >)gate::Expected< T, E >inline