Audacity 3.2.0
|
This is the complete list of members for audacity::sqlite::RowIterator, including all inherited members.
mDone | audacity::sqlite::RowIterator | private |
mErrors | audacity::sqlite::RowIterator | private |
mRowIndex | audacity::sqlite::RowIterator | private |
mStatement | audacity::sqlite::RowIterator | private |
operator!=(const RowIterator &other) const noexcept | audacity::sqlite::RowIterator | |
operator*() const noexcept | audacity::sqlite::RowIterator | |
operator++() noexcept | audacity::sqlite::RowIterator | |
operator=(const RowIterator &)=delete | audacity::sqlite::RowIterator | |
operator=(RowIterator &&) noexcept | audacity::sqlite::RowIterator | |
operator==(const RowIterator &other) const noexcept | audacity::sqlite::RowIterator | |
RowIterator(StatementHandlePtr statement, std::vector< Error > &errors) noexcept | audacity::sqlite::RowIterator | private |
RowIterator() noexcept | audacity::sqlite::RowIterator | private |
RowIterator(const RowIterator &)=delete | audacity::sqlite::RowIterator | |
RowIterator(RowIterator &&) noexcept | audacity::sqlite::RowIterator | |
RunResult | audacity::sqlite::RowIterator | friend |