Fairport
v1.0.38
|
The iterator type exposed by the table for row iteration. More...
#include <table.h>
Public Member Functions | |
const_table_row_iter () | |
Default constructor. | |
const_table_row_iter (ulong pos, const const_table_ptr &table) | |
Construct an iterator from a position and table. | |
Friends | |
class | boost::iterator_core_access |
The iterator type exposed by the table for row iteration.
The iterator type is built using the boost iterator library. It is a random access proxy iterator; which constructs a const_table_row from a position offset and table reference, allowing property access to the row.
fairport::const_table_row_iter::const_table_row_iter | ( | ) | [inline] |
fairport::const_table_row_iter::const_table_row_iter | ( | ulong | pos, |
const const_table_ptr & | table | ||
) | [inline] |