Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

buffer_params

Buffer configuration parameters for a connection.

Synopsis

Defined in header <boost/mysql/buffer_params.hpp>

class buffer_params
Member Functions

Name

Description

buffer_params [constructor]

Initializing constructor.

initial_read_size

Gets the initial size of the read buffer.

set_initial_read_size

Sets the initial size of the read buffer.

Static Members

Name

Description

default_initial_read_size

The default value of initial_read_size.


PrevUpHomeNext