Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

unix_path

Contains a UNIX-socket domain path.

Synopsis

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

struct unix_path;
Data Members

Name

Description

path

The UNIX domain socket path where the MySQL server is listening.

Description

This type is defined in all systems, regardless of their UNIX socket support.

This is an owning type with value semantics.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext