const char* which behaves in a way more useful to MySQL++. More...
#include "common.h"
#include <algorithm>
#include <iostream>
#include <stdexcept>
#include <string>
Include dependency graph for const_string.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::const_string |
Wrapper for const char* to make it behave in a way more useful to MySQL++. More... | |
Functions | |
| std::ostream & | mysqlpp::operator<< (std::ostream &o, const const_string &str) |
| Inserts a const_string into a C++ stream. | |
| int | mysqlpp::compare (const const_string &lhs, const const_string &rhs) |
| Calls lhs.compare(), passing rhs. | |
| bool | mysqlpp::operator== (const_string &lhs, const_string &rhs) |
| Returns true if lhs is the same as rhs. | |
| bool | mysqlpp::operator!= (const_string &lhs, const_string &rhs) |
| Returns true if lhs is not the same as rhs. | |
| bool | mysqlpp::operator< (const_string &lhs, const_string &rhs) |
| Returns true if lhs is lexically less than rhs. | |
| bool | mysqlpp::operator<= (const_string &lhs, const_string &rhs) |
| Returns true if lhs is lexically less or equal to rhs. | |
| bool | mysqlpp::operator> (const_string &lhs, const_string &rhs) |
| Returns true if lhs is lexically greater than rhs. | |
| bool | mysqlpp::operator>= (const_string &lhs, const_string &rhs) |
| Returns true if lhs is lexically greater than or equal to rhs. | |
const char* which behaves in a way more useful to MySQL++.
1.5.1-3