Fove SDK  v1.2.0
Fove::Result< Value > Member List

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

getError() constFove::Result< Value >
getErrorMutable() (defined in Fove::Result< Value >)Fove::Result< Value >
getValue() &Fove::Result< Value >
getValue() &&Fove::Result< Value >
getValue() const &Fove::Result< Value >
getValueUnchecked() constFove::Result< Value >
getValueUncheckedMutable() (defined in Fove::Result< Value >)Fove::Result< Value >
invoke(Call *call, const Args... args)Fove::Result< Value >static
invokeCallback(Call *call, Callback &&callback, const Args... args)Fove::Result< Value >static
invokeStereo(Call *call, const Args... args)Fove::Result< Value >static
invokeThroughCallback(Call *call, const Args... args)Fove::Result< Value >static
invokeVector(Call *call, const Args... args)Fove::Result< Value >static
isReliable() constFove::Result< Value >
isValid() constFove::Result< Value >
operator bool() constFove::Result< Value >explicit
Result()=defaultFove::Result< Value >
throwIfInvalid() constFove::Result< Value >
valueOr(Value defValue) constFove::Result< Value >