Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
options.hpp File Reference
#include <cstdint>
Include dependency graph for options.hpp:

Go to the source code of this file.

Classes

struct  sysio::vm::options
 
struct  sysio::vm::default_options
 
struct  sysio::vm::sysio_options
 

Namespaces

namespace  sysio
 
namespace  sysio::vm
 

Enumerations

enum class  sysio::vm::max_func_local_bytes_flags_t {
  sysio::vm::params = 1 , sysio::vm::locals = 2 , sysio::vm::stack = 4 , sysio::vm::params = 1 ,
  sysio::vm::locals = 2 , sysio::vm::stack = 4
}
 

Functions

constexpr max_func_local_bytes_flags_t sysio::vm::operator| (max_func_local_bytes_flags_t lhs, max_func_local_bytes_flags_t rhs)
 
constexpr max_func_local_bytes_flags_t sysio::vm::operator& (max_func_local_bytes_flags_t lhs, max_func_local_bytes_flags_t rhs)