souffle
2.0.2-371-g6315b36
|
#include <CompiledSouffle.h>
Public Member Functions | |
iterator (const typename std::vector< t_tuple >::const_iterator &o) | |
bool | operator!= (const iterator &other) const |
const t_tuple | operator* () |
iterator & | operator++ () |
bool | operator== (const iterator &other) const |
Private Attributes | |
std::vector< Tuple< RamDomain, Arity > >::const_iterator | it |
Definition at line 280 of file CompiledSouffle.h.
|
inline |
Definition at line 284 of file CompiledSouffle.h.
References souffle::t_info< Arity_ >::iterator::it.
|
inline |
Definition at line 294 of file CompiledSouffle.h.
|
inline |
Definition at line 286 of file CompiledSouffle.h.
|
inline |
Definition at line 298 of file CompiledSouffle.h.
|
inline |
Definition at line 290 of file CompiledSouffle.h.
|
private |
Definition at line 281 of file CompiledSouffle.h.
Referenced by souffle::t_info< Arity_ >::iterator::iterator().