A forward iterator on files of a directory structure.
More...
A forward iterator on files of a directory structure.
- See also
- XCKSDirStruct.
Definition at line 394 of file xcksfilewriter.cpp.
◆ const_file_iterator() [1/3]
libxcks::XCKSDirStruct::const_file_iterator::const_file_iterator |
( |
| ) |
|
|
inline |
◆ const_file_iterator() [2/3]
libxcks::XCKSDirStruct::const_file_iterator::const_file_iterator |
( |
const const_file_iterator & |
| ) |
|
|
default |
◆ const_file_iterator() [3/3]
libxcks::XCKSDirStruct::const_file_iterator::const_file_iterator |
( |
XCKSDirStruct::File * |
initFile | ) |
|
|
inline |
◆ operator!=()
bool libxcks::XCKSDirStruct::const_file_iterator::operator!= |
( |
const const_file_iterator & |
it | ) |
const |
|
inline |
Inequality operator.
- Parameters
-
it | The iterator to compare with the instance. |
- Returns
false
if the iterators are equals, true
otherwise.
Definition at line 439 of file xcksfilewriter.cpp.
◆ operator*()
Indirection operator.
- Returns
- A constant reference to the file.
Definition at line 460 of file xcksfilewriter.cpp.
◆ operator++() [1/2]
Prefix increment operator.
- Returns
- The new value of the iterator by reference.
Definition at line 446 of file xcksfilewriter.cpp.
◆ operator++() [2/2]
Postfix increment operator.
- Returns
- The old value of the iterator.
Definition at line 453 of file xcksfilewriter.cpp.
◆ operator->()
Member of pointer operator.
- Returns
- A pointer on the file.
Definition at line 467 of file xcksfilewriter.cpp.
◆ operator=()
◆ operator==()
bool libxcks::XCKSDirStruct::const_file_iterator::operator== |
( |
const const_file_iterator & |
it | ) |
const |
|
inline |
Equality operator.
- Parameters
-
it | The iterator to compare with the instance. |
- Returns
true
if the iterators are equals, false
otherwise.
Definition at line 431 of file xcksfilewriter.cpp.
◆ plusPlus()
void libxcks::XCKSDirStruct::const_file_iterator::plusPlus |
( |
| ) |
|
|
inlineprotected |
◆ file
The documentation for this class was generated from the following file: