Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
JumpToBlock Struct Reference

finalizes the current block with a jump to the block, which does not create a loop in the graph (defined by get_reachable_blocks) and switches the current block to the first block defined by get_non_terminated_blocks More...

#include <control_flow.hpp>

Public Member Functions

 MSGPACK_FIELDS (target_block_idx)
 

Public Attributes

uint16_t target_block_idx
 

Detailed Description

finalizes the current block with a jump to the block, which does not create a loop in the graph (defined by get_reachable_blocks) and switches the current block to the first block defined by get_non_terminated_blocks

Definition at line 45 of file control_flow.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

JumpToBlock::MSGPACK_FIELDS ( target_block_idx  )

Member Data Documentation

◆ target_block_idx

uint16_t JumpToBlock::target_block_idx

Definition at line 46 of file control_flow.hpp.


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