LibreOffice Module connectivity (master) 1
|
#include <MacabRecords.hxx>
Public Member Functions | |
iterator & | operator= (MacabRecords *_records) |
iterator () | |
void | operator++ () |
bool | operator!= (const sal_Int32 i) const |
bool | operator== (const sal_Int32 i) const |
MacabRecord * | operator* () const |
Public Attributes | |
sal_Int32 | id |
Protected Attributes | |
MacabRecords * | records |
Definition at line 109 of file MacabRecords.hxx.
MacabRecords::iterator::iterator | ( | ) |
Definition at line 1097 of file MacabRecords.cxx.
bool MacabRecords::iterator::operator!= | ( | const sal_Int32 | i | ) | const |
Definition at line 1116 of file MacabRecords.cxx.
References i.
MacabRecord * MacabRecords::iterator::operator* | ( | void | ) | const |
Definition at line 1128 of file MacabRecords.cxx.
References connectivity::macab::MacabRecords::records.
void MacabRecords::iterator::operator++ | ( | void | ) |
Definition at line 1110 of file MacabRecords.cxx.
MacabRecords::iterator & MacabRecords::iterator::operator= | ( | MacabRecords * | _records | ) |
Definition at line 1102 of file MacabRecords.cxx.
References connectivity::macab::MacabRecords::records.
bool MacabRecords::iterator::operator== | ( | const sal_Int32 | i | ) | const |
Definition at line 1122 of file MacabRecords.cxx.
References i.
sal_Int32 connectivity::macab::MacabRecords::iterator::id |
Definition at line 113 of file MacabRecords.hxx.
|
protected |
Definition at line 111 of file MacabRecords.hxx.