Wolframe, 0.0.3

instructionSet.hpp File Reference

Defines the instruction set of the virtual machine defining database transactions. More...

#include <stdexcept>
#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include <boost/cstdint.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::db::vm::InstructionSet
 Enumeration of instructions for the transaction VM with some static functions on them. 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 instruction set of the virtual machine defining database transactions.