#include <result.hxx>
Public Types | |
typedef CHAR | char_type |
typedef TRAITS | traits_type |
typedef traits_type::int_type | int_type |
typedef streamoff | off_type |
typedef streampos | pos_type |
typedef PGSTD::ios::openmode | openmode |
typedef PGSTD::ios::seekdir | seekdir |
Public Member Functions | |
field_streambuf (const result::field &F) | |
virtual int | sync () |
Protected Member Functions | |
virtual pos_type | seekoff (off_type, seekdir, openmode) |
virtual pos_type | seekpos (pos_type, openmode) |
virtual int_type | overflow (int_type) |
virtual int_type | underflow () |
typedef CHAR pqxx::field_streambuf< CHAR, TRAITS >::char_type |
typedef TRAITS pqxx::field_streambuf< CHAR, TRAITS >::traits_type |
typedef traits_type::int_type pqxx::field_streambuf< CHAR, TRAITS >::int_type |
typedef streamoff pqxx::field_streambuf< CHAR, TRAITS >::off_type |
typedef streampos pqxx::field_streambuf< CHAR, TRAITS >::pos_type |
typedef PGSTD::ios::openmode pqxx::field_streambuf< CHAR, TRAITS >::openmode |
typedef PGSTD::ios::seekdir pqxx::field_streambuf< CHAR, TRAITS >::seekdir |
pqxx::field_streambuf< CHAR, TRAITS >::field_streambuf | ( | const result::field & | F | ) | [explicit] |
virtual int pqxx::field_streambuf< CHAR, TRAITS >::sync | ( | ) | [virtual] |
virtual pos_type pqxx::field_streambuf< CHAR, TRAITS >::seekoff | ( | off_type | , | |
seekdir | , | |||
openmode | ||||
) | [protected, virtual] |
virtual pos_type pqxx::field_streambuf< CHAR, TRAITS >::seekpos | ( | pos_type | , | |
openmode | ||||
) | [protected, virtual] |
virtual int_type pqxx::field_streambuf< CHAR, TRAITS >::overflow | ( | int_type | ) | [protected, virtual] |
virtual int_type pqxx::field_streambuf< CHAR, TRAITS >::underflow | ( | ) | [protected, virtual] |