pg_async
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
tip::db::pg::io::detail::bytea_parser Class Reference

#include <protocol_parsers.hpp>

Public Member Functions

 bytea_parser ()
 
template<typename InputIterator , typename OutputIterator >
std::pair< boost::tribool,
InputIterator > 
parse (InputIterator begin, InputIterator end, OutputIterator data)
 
void reset ()
 

Detailed Description

Definition at line 21 of file protocol_parsers.hpp.

Constructor & Destructor Documentation

tip::db::pg::io::detail::bytea_parser::bytea_parser ( )
inline

Definition at line 31 of file protocol_parsers.hpp.

Member Function Documentation

template<typename InputIterator , typename OutputIterator >
std::pair< boost::tribool, InputIterator > tip::db::pg::io::detail::bytea_parser::parse ( InputIterator  begin,
InputIterator  end,
OutputIterator  data 
)
inline

Definition at line 35 of file protocol_parsers.hpp.

void tip::db::pg::io::detail::bytea_parser::reset ( )
inline

Definition at line 45 of file protocol_parsers.hpp.


The documentation for this class was generated from the following file: