AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
autopas::RuleVM::Program Struct Reference

A program that can be executed by this VM. More...

#include <RuleVM.h>

Public Attributes

std::vector< Instructioninstructions
 The instructions the program consists of.
 
size_t neededStackSize
 The maximum stack size needed to execute the instructions.
 

Detailed Description

A program that can be executed by this VM.

Consists of a vector of instructions and the maximum stack size that is necessary to execute these instructions (without a stack overflow).


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