Fleet  0.0.9
Inference in the LOT
Classes
Program.h File Reference

A program here stores just a stack of instructions which can be executed by the VirtualMachineState_t. We've optimized the reserve in the constructor to be the fasest. More...

#include "Instruction.h"
#include "Stack.h"
Include dependency graph for Program.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Program< VirtualMachineState_t >
 
class  ProgramLoader< VirtualMachineState_t >
 
class  Program< VirtualMachineState_t >
 

Detailed Description

A program here stores just a stack of instructions which can be executed by the VirtualMachineState_t. We've optimized the reserve in the constructor to be the fasest.