Iterator on the blocks of the document.
More...
#include <CRNDocument.h>
Iterator on the blocks of the document.
Definition at line 132 of file CRNDocument.h.
crn::Document::iterator::iterator |
( |
const Document * |
d, |
|
|
size_t |
n |
|
) |
| |
|
inline |
crn::Document::iterator::iterator |
( |
const iterator & |
it | ) |
|
|
inline |
crn::Document::iterator::iterator |
( |
iterator && |
| ) |
|
|
default |
Path crn::Document::iterator::GetFilename |
( |
| ) |
const |
|
inline |
String crn::Document::iterator::GetId |
( |
| ) |
const |
|
inline |
size_t crn::Document::iterator::GetIndex |
( |
| ) |
const |
|
inlinenoexcept |
bool crn::Document::iterator::operator!= |
( |
const iterator & |
it | ) |
const |
|
inlinenoexcept |
value_type crn::Document::iterator::operator* |
( |
| ) |
const |
|
inlinenoexcept |
iterator& crn::Document::iterator::operator++ |
( |
| ) |
|
|
inline |
iterator crn::Document::iterator::operator++ |
( |
int |
nouse | ) |
|
|
inline |
value_type crn::Document::iterator::operator-> |
( |
| ) |
const |
|
inlinenoexcept |
bool crn::Document::iterator::operator== |
( |
const iterator & |
it | ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: