#include "common.h"
#include <mysql.h>
#include <map>
#include <typeinfo>
Include dependency graph for type_info.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Classes | |
class | mysqlpp::mysql_type_info |
Holds basic type information for ColData. More... | |
Functions | |
bool | mysqlpp::operator== (const mysql_type_info &a, const mysql_type_info &b) |
Returns true if two mysql_type_info objects are equal. | |
bool | mysqlpp::operator!= (const mysql_type_info &a, const mysql_type_info &b) |
Returns true if two mysql_type_info objects are not equal. | |
bool | mysqlpp::operator== (const std::type_info &a, const mysql_type_info &b) |
Returns true if a given mysql_type_info object is equal to a given C++ type_info object. | |
bool | mysqlpp::operator!= (const std::type_info &a, const mysql_type_info &b) |
Returns true if a given mysql_type_info object is not equal to a given C++ type_info object. | |
bool | mysqlpp::operator== (const mysql_type_info &a, const std::type_info &b) |
Returns true if a given mysql_type_info object is equal to a given C++ type_info object. | |
bool | mysqlpp::operator!= (const mysql_type_info &a, const std::type_info &b) |
Returns true if a given mysql_type_info object is not equal to a given C++ type_info object. |
These classes are mostly used internal to the library.