Wolframe, 0.0.3

programCode.hpp File Reference

Defines the structure for the program code as array of instructions. More...

#include "database/vm/instructionSet.hpp"
#include <vector>
#include <cstdlib>
#include <limits>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::db::vm::ProgramCode
 The structure for the program code as array of instructions. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::db
 Database related classes (implemented in the library libwolframe_database)
 
 _Wolframe::db::vm
 Classes implementing the virtual machine for executing database transactions.
 

Detailed Description

Defines the structure for the program code as array of instructions.