Go to the source code of this file.
Classes | |
class | mariadb::option_arg |
class | mariadb::account |
Class used to store account and connection information used by mariadb::connection when connecting. More... | |
Namespaces | |
mariadb | |
Macros | |
#define | MAKE_OPTION_ARG(name, type, return_value) |
Typedefs | |
typedef std::shared_ptr< account > | mariadb::account_ref |
Functions | |
mariadb::MAKE_OPTION_ARG (bool, bool, &m_value) | |
mariadb::MAKE_OPTION_ARG (int, int, &m_value) | |
mariadb::MAKE_OPTION_ARG (string, std::string, m_value.c_str()) | |
#define MAKE_OPTION_ARG | ( | name, | |
type, | |||
return_value | |||
) |
Definition at line 28 of file account.hpp.