Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::vm::null_backend Struct Reference
module mod

#include <backend.hpp>

Public Types

template<typename Host >
using context = null_execution_context<Host>
 
template<typename Host , typename Options , typename DebugInfo >
using parser = binary_parser<null_writer, Options, DebugInfo>
 

Public Member Functions

template<typename Host >
using context
 
template<typename Host , typename Options , typename DebugInfo >
using parser
 

Static Public Attributes

static constexpr bool is_jit = false
 

Detailed Description

Definition at line 53 of file backend.hpp.

Member Typedef Documentation

◆ context

template<typename Host >
using sysio::vm::null_backend::context = null_execution_context<Host>

Definition at line 55 of file backend.hpp.

◆ parser

template<typename Host , typename Options , typename DebugInfo >
using sysio::vm::null_backend::parser = binary_parser<null_writer, Options, DebugInfo>

Definition at line 57 of file backend.hpp.

Member Function Documentation

◆ context()

template<typename Host >
typedef null_execution_context<Host> sysio::vm::null_backend::context

Definition at line 55 of file backend.hpp.

◆ parser()

template<typename Host , typename Options , typename DebugInfo >
typedef binary_parser<null_writer, Options, DebugInfo> sysio::vm::null_backend::parser

Definition at line 57 of file backend.hpp.

Member Data Documentation

◆ is_jit

static constexpr bool sysio::vm::null_backend::is_jit = false
staticconstexpr

Definition at line 58 of file backend.hpp.


The documentation for this struct was generated from the following files: