libpqxx
The C++ client library for PostgreSQL
row.hxx File Reference

Go to the source code of this file.

Classes

class  pqxx::internal::result_iter< TYPE >
 Iterator for looped unpacking of a result. More...
 
class  pqxx::row
 Reference to one row in a result. More...
 
class  pqxx::const_row_iterator
 Iterator for fields in a row. Use as row::const_iterator. More...
 
class  pqxx::const_reverse_row_iterator
 Reverse iterator for a row. Use as row::const_reverse_iterator. More...
 

Namespaces

 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 
 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 

Functions

const_row_iterator pqxx::operator+ (const_row_iterator::difference_type o, const_row_iterator const &i) noexcept