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

mysqlpp::const_string Class Reference

Wrapper for const char* to make it behave in a way more useful to MySQL++. More...

#include <const_string.h>

List of all members.

Public Types

typedef const_iterator iterator
 Same as const_iterator because the data cannot be changed.


Detailed Description

Wrapper for const char* to make it behave in a way more useful to MySQL++.

This class implements a small subset of the standard string class.

Objects are created from an existing const char* variable by copying the pointer only. Therefore, the object pointed to by that pointer needs to exist for at least as long as the const_string object that wraps it.


The documentation for this class was generated from the following file:
Generated on Thu May 5 05:31:23 2005 for MySQL++ by doxygen1.2.18