Fove SDK  v0.16.1
Fove::Result< Value > Member List

This is the complete list of members for Fove::Result< Value >, including all inherited members.

getError() constFove::Result< Value >
getValue() &Fove::Result< Value >
getValue() &&Fove::Result< Value >
getValue() const &Fove::Result< Value >
getValueUnchecked() constFove::Result< Value >
invoke(Call *call, const Args... args)Fove::Result< Value >static
invokeStereo(Call *call, const Args... args)Fove::Result< Value >static
isValid() constFove::Result< Value >
operator bool() constFove::Result< Value >explicit
operator*()Fove::Result< Value >
operator*() constFove::Result< Value >
operator->()Fove::Result< Value >
operator->() constFove::Result< Value >
Result()=defaultFove::Result< Value >
Result(const ErrorCode err)Fove::Result< Value >
Result(const Value &data)Fove::Result< Value >
Result(Value &&data)Fove::Result< Value >
throwIfInvalid() constFove::Result< Value >
valueOr(Value defValue) constFove::Result< Value >