Wolframe, 0.0.3

valueTupleSet.hpp File Reference

Defines the structure holding a set of tuples (database results, transaction input, suroutine parameters) and providing an iterator on it. More...

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

Go to the source code of this file.

Classes

class  _Wolframe::db::vm::ValueTupleSet
 Set of tuples (database results, transaction input, etc.) More...
 
class  _Wolframe::db::vm::ValueTupleSet::const_iterator
 Iterator on this set of value tuples. 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
< ValueTupleSet > 
_Wolframe::db::vm::ValueTupleSetR
 

Detailed Description

Defines the structure holding a set of tuples (database results, transaction input, suroutine parameters) and providing an iterator on it.