andThen(Fn fn) const | Sawyer::PartialResult< T, E > | inline |
andThen(const PartialResult< U, F > &other) const | Sawyer::PartialResult< T, E > | inline |
assignTo(U &out) const | Sawyer::PartialResult< T, E > | inline |
assignTo(U &out) const | Sawyer::PartialResult< T, E > | inline |
contains(const U &value) const | Sawyer::PartialResult< T, E > | inline |
containsError(const F &error) const | Sawyer::PartialResult< T, E > | inline |
error() const | Sawyer::PartialResult< T, E > | inline |
ErrorType typedef (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | |
ErrorValue typedef (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | |
expect(const std::string &mesg) const | Sawyer::PartialResult< T, E > | inline |
expectError(const std::string &mesg) const | Sawyer::PartialResult< T, E > | inline |
fmap(F &&f) -> PartialResult< decltype(f(unwrap())), E > | Sawyer::PartialResult< T, E > | inline |
isError() const | Sawyer::PartialResult< T, E > | inline |
isOk() const | Sawyer::PartialResult< T, E > | inline |
ok() const | Sawyer::PartialResult< T, E > | inline |
OkType typedef (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | |
OkValue typedef (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | |
operator bool() const | Sawyer::PartialResult< T, E > | inlineexplicit |
operator!=(const Ok< U > &ok) const | Sawyer::PartialResult< T, E > | inline |
operator!=(const Error< F > &error) const | Sawyer::PartialResult< T, E > | inline |
operator!=(const PartialResult< U, F > &other) const | Sawyer::PartialResult< T, E > | inline |
operator*() const | Sawyer::PartialResult< T, E > | inline |
operator->() const | Sawyer::PartialResult< T, E > | inline |
operator=(const Ok< U > &ok) | Sawyer::PartialResult< T, E > | inline |
operator=(const PartialResult< U, F > &other) | Sawyer::PartialResult< T, E > | inline |
operator==(const Ok< U > &ok) const | Sawyer::PartialResult< T, E > | inline |
operator==(const Error< F > &error) const | Sawyer::PartialResult< T, E > | inline |
operator==(const PartialResult< U, F > &other) const | Sawyer::PartialResult< T, E > | inline |
orDefault() const | Sawyer::PartialResult< T, E > | inline |
orElse(const T &dflt) const | Sawyer::PartialResult< T, E > | inline |
orElse(Fn fn) const | Sawyer::PartialResult< T, E > | inline |
orElse(const PartialResult< T, F > &other) const | Sawyer::PartialResult< T, E > | inline |
orThrow() const | Sawyer::PartialResult< T, E > | inline |
orThrow(const Exception &e) const | Sawyer::PartialResult< T, E > | inline |
PartialResult(const Ok< U > &ok) (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | inline |
PartialResult(const U &ok, const F &error) (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | inline |
PartialResult(const PartialResult< U, F > &other) (defined in Sawyer::PartialResult< T, E >) | Sawyer::PartialResult< T, E > | inline |
unwrap() const | Sawyer::PartialResult< T, E > | inline |
unwrapError() const | Sawyer::PartialResult< T, E > | inline |