|
HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
|
This is the complete list of members for tmc51x0::Result< T >, including all inherited members.
| Error() const noexcept | tmc51x0::Result< T > | inline |
| error_ | tmc51x0::Result< T > | private |
| ErrorMessage() const noexcept | tmc51x0::Result< T > | inline |
| get() const &noexcept | tmc51x0::Result< T > | inline |
| get() const &noexcept | tmc51x0::Result< T > | inline |
| get() &noexcept | tmc51x0::Result< T > | inline |
| get() &noexcept | tmc51x0::Result< T > | inline |
| get() &&noexcept | tmc51x0::Result< T > | inline |
| get() &&noexcept | tmc51x0::Result< T > | inline |
| IsErr() const noexcept | tmc51x0::Result< T > | inline |
| IsOk() const noexcept | tmc51x0::Result< T > | inline |
| operator bool() const noexcept | tmc51x0::Result< T > | inlineexplicit |
| Result(T &&value) noexcept | tmc51x0::Result< T > | inlineexplicit |
| Result(const T &value) noexcept | tmc51x0::Result< T > | inlineexplicit |
| Result(ErrorCode error) noexcept | tmc51x0::Result< T > | inlineexplicit |
| Value() noexcept | tmc51x0::Result< T > | inline |
| Value() const noexcept | tmc51x0::Result< T > | inline |
| value_ | tmc51x0::Result< T > | private |
| ValueOr(const T &default_value) const noexcept | tmc51x0::Result< T > | inline |