|
libmicroemu 0.2.0
ARM Microcontroller Emulator Library
|
This is the complete list of members for libmicroemu::ExecResult, including all inherited members.
| ExecResult(StatusCode status_code, int program_exit_code) noexcept | libmicroemu::ExecResult | inline |
| ExecResult(ExecResult &&r) noexcept=default | libmicroemu::ExecResult | |
| ExecResult(const ExecResult &r) noexcept=default | libmicroemu::ExecResult | |
| GetProgramExitCode() const noexcept | libmicroemu::ExecResult | inline |
| GetStatusCode() const noexcept | libmicroemu::ExecResult | inline |
| IsErr() const noexcept | libmicroemu::ExecResult | inline |
| IsMaxInstructionsReached() const noexcept | libmicroemu::ExecResult | inline |
| IsOk() const noexcept | libmicroemu::ExecResult | inline |
| operator=(ExecResult &&r)=delete | libmicroemu::ExecResult | |
| operator=(const ExecResult &r)=delete | libmicroemu::ExecResult | |
| ToString() const noexcept | libmicroemu::ExecResult | inline |