Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

const_string.h File Reference

Declares a wrapper for const char* which behaves in a way more useful to MySQL++. More...

#include "defs.h"
#include <stdexcept>
#include <string>
#include <iostream>

Include dependency graph for const_string.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 & operator<< (std::ostream &o, const const_string &str)
 Inserts a const_string into a C++ stream.
int compare (const const_string &lhs, const const_string &rhs)
 Calls lhs.compare(), passing rhs.
bool operator== (const_string &lhs, const_string &rhs)
 Returns true if lhs is the same as rhs.
bool operator!= (const_string &lhs, const_string &rhs)
 Returns true if lhs is not the same as rhs.
bool operator< (const_string &lhs, const_string &rhs)
 Returns true if lhs is lexically less than rhs.
bool operator<= (const_string &lhs, const_string &rhs)
 Returns true if lhs is lexically less or equal to rhs.
bool operator> (const_string &lhs, const_string &rhs)
 Returns true if lhs is lexically greater than rhs.
bool operator>= (const_string &lhs, const_string &rhs)
 Returns true if lhs is lexically greater than or equal to rhs.


Detailed Description

Declares a wrapper for const char* which behaves in a way more useful to MySQL++.


Generated on Tue Aug 16 12:53:45 2005 for MySQL++ by  doxygen 1.3.9.1