libpqxx
The C++ client library for PostgreSQL
|
This is the complete list of members for pqxx::range_bound< TYPE >, including all inherited members.
extends_down_to(TYPE const &value) const | pqxx::range_bound< TYPE > | inline |
extends_up_to(TYPE const &value) const | pqxx::range_bound< TYPE > | inline |
is_exclusive() const noexcept | pqxx::range_bound< TYPE > | inline |
is_inclusive() const noexcept | pqxx::range_bound< TYPE > | inline |
is_limited() const noexcept | pqxx::range_bound< TYPE > | inline |
operator!=(range_bound const &rhs) const noexcept(noexcept(*this==rhs)) (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | inline |
operator=(range_bound const &)=default (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | |
operator=(range_bound &&)=default (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | |
operator==(range_bound const &rhs) const noexcept(noexcept(*this->value()== *rhs.value())) (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | inline |
range_bound()=delete (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | |
range_bound(no_bound) noexcept (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | inline |
range_bound(inclusive_bound< TYPE > const &bound) noexcept(noexcept(inclusive_bound< TYPE >{bound})) (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | inline |
range_bound(exclusive_bound< TYPE > const &bound) noexcept(noexcept(exclusive_bound{bound})) (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | inline |
range_bound(range_bound const &) noexcept(noexcept(inclusive_bound< TYPE >{ std::declval< inclusive_bound< TYPE > const & >()}) and noexcept(exclusive_bound< TYPE >{ std::declval< exclusive_bound< TYPE > const & >()}))=default (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | |
range_bound(range_bound &&)=default (defined in pqxx::range_bound< TYPE >) | pqxx::range_bound< TYPE > | |
value() const &noexcept | pqxx::range_bound< TYPE > | inline |