libpqxx 7.9.0
|
#include <field.hxx>
Public Types | |
using | char_type = CHAR |
using | traits_type = TRAITS |
using | int_type = typename traits_type::int_type |
using | pos_type = typename traits_type::pos_type |
using | off_type = typename traits_type::off_type |
using | openmode = std::ios::openmode |
using | seekdir = std::ios::seekdir |
Public Member Functions | |
field_streambuf (field const &f) | |
Protected Member Functions | |
virtual int | sync () override |
virtual pos_type | seekoff (off_type, seekdir, openmode) override |
virtual pos_type | seekpos (pos_type, openmode) override |
virtual int_type | overflow (int_type) override |
virtual int_type | underflow () override |
using pqxx::field_streambuf< CHAR, TRAITS >::char_type = CHAR |
using pqxx::field_streambuf< CHAR, TRAITS >::int_type = typename traits_type::int_type |
using pqxx::field_streambuf< CHAR, TRAITS >::off_type = typename traits_type::off_type |
using pqxx::field_streambuf< CHAR, TRAITS >::openmode = std::ios::openmode |
using pqxx::field_streambuf< CHAR, TRAITS >::pos_type = typename traits_type::pos_type |
using pqxx::field_streambuf< CHAR, TRAITS >::seekdir = std::ios::seekdir |
using pqxx::field_streambuf< CHAR, TRAITS >::traits_type = TRAITS |
|
explicit |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |