Wolframe, 0.0.3

output.hpp File Reference

Defines the output of a virtual machine for database transactions. More...

#include "types/variant.hpp"
#include <vector>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::db::vm::Output
 Output structure of the VM for transactions. More...
 
class  _Wolframe::db::vm::Output::Element
 Element of output. 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.
 

Typedefs

typedef boost::shared_ptr< Output > _Wolframe::db::vm::OutputR
 

Detailed Description

Defines the output of a virtual machine for database transactions.