souffle
2.0.2-371-g6315b36
|
#include <Table.h>
Public Member Functions | |
iterator (Block *block=nullptr, unsigned pos=0) | |
iterator (const iterator &)=default | |
iterator (iterator &&)=default | |
bool | operator!= (const iterator &other) const |
const T & | operator* () const |
iterator & | operator++ () |
iterator & | operator= (const iterator &)=default |
bool | operator== (const iterator &other) const |
Private Attributes | |
Block * | block |
unsigned | pos |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
|
private |
|
private |