|
libpqxx
The C++ client library for PostgreSQL
|
This is the complete list of members for pqxx::const_row_iterator, including all inherited members.
| as(T const &default_value) const | pqxx::field | inline |
| as() const | pqxx::field | inline |
| as() const (defined in pqxx::field) | pqxx::field | inline |
| as(zview const &default_value) const (defined in pqxx::field) | pqxx::field | inline |
| as_array() const &noexcept | pqxx::field | inline |
| as_sql_array() const | pqxx::field | inline |
| c_str() const & | pqxx::field | |
| col() const noexcept (defined in pqxx::field) | pqxx::field | inlineprotected |
| composite_to(T &...fields) const | pqxx::field | inline |
| const_row_iterator() noexcept=default (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| const_row_iterator(row const &t, row_size_type c) noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| const_row_iterator(field const &F) noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| const_row_iterator(const_row_iterator const &) noexcept=default (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| const_row_iterator(const_row_iterator &&) noexcept=default (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| difference_type typedef (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| field(row const &r, row_size_type c) noexcept | pqxx::field | |
| field() noexcept=default | pqxx::field | |
| field(result const &r, result_size_type row_num, row_size_type col_num) noexcept (defined in pqxx::field) | pqxx::field | inlineprotected |
| get() const | pqxx::field | inline |
| home() const noexcept (defined in pqxx::field) | pqxx::field | inlineprotected |
| idx() const noexcept (defined in pqxx::field) | pqxx::field | inlineprotected |
| is_null() const noexcept | pqxx::field | |
| iterator_category typedef (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| m_col | pqxx::field | protected |
| name() const & | pqxx::field | |
| num() const noexcept | pqxx::field | inline |
| operator!=(const_row_iterator const &i) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| pqxx::field::operator!=(field const &rhs) const noexcept | pqxx::field | inline |
| operator*() const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator+(difference_type) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator+ (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | friend |
| operator++(int) &noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| operator++() noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator+=(difference_type i) noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator-(difference_type) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator-(const_row_iterator const &) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator--(int) &noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| operator--() noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator-=(difference_type i) noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator->() const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator<(const_row_iterator const &i) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator<=(const_row_iterator const &i) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator=(const_row_iterator const &) noexcept=default (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| operator=(const_row_iterator &&) noexcept=default (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| operator==(const_row_iterator const &i) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| pqxx::field::operator==(field const &) const noexcept | pqxx::field | |
| operator>(const_row_iterator const &i) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator>=(const_row_iterator const &i) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| operator>>(T &obj) const | pqxx::field | inline |
| operator[](difference_type offset) const noexcept (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | inline |
| pointer typedef (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| reference typedef (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| size() const noexcept | pqxx::field | |
| size_type typedef (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| table() const | pqxx::field | |
| table_column() const | pqxx::field | |
| to(T &obj) const -> typename std::enable_if_t<(not std::is_pointer< T >::value or std::is_same< T, char const * >::value), bool > | pqxx::field | inline |
| to(T &obj, T const &default_value) const -> typename std::enable_if_t<(not std::is_pointer< T >::value or std::is_same< T, char const * >::value), bool > | pqxx::field | inline |
| to(char const *&obj) const | pqxx::field | inline |
| to(zview &obj) const (defined in pqxx::field) | pqxx::field | inline |
| to(zview &obj, zview const &default_value) const (defined in pqxx::field) | pqxx::field | inline |
| type() const | pqxx::field | |
| value_type typedef (defined in pqxx::const_row_iterator) | pqxx::const_row_iterator | |
| view() const & | pqxx::field | inline |