libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
exec_result.h File Reference

Contains the ExecResult class which is returned by the Executor::Exec method. More...

#include "libmicroemu/status_code.h"
#include "libmicroemu/types.h"
#include <string_view>

Go to the source code of this file.

Classes

class  libmicroemu::ExecResult
 Returned by the libmicroemu::Machine::Exec method. Contains the status code of the execution and the program exit code. More...
 

Namespaces

namespace  libmicroemu
 The libmicroemu namespace contains all classes and functions of the libmicroemu which are public.
 

Detailed Description

Contains the ExecResult class which is returned by the Executor::Exec method.