|
PST File Format SDK v0.4
|
The iterator type exposed by the table for row iteration. More...
#include <table.h>
Inheritance diagram for pstsdk::const_table_row_iter:
Collaboration diagram for pstsdk::const_table_row_iter: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.
|
inline |
|
inline |