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

string_util.h File Reference

Declares string-handling utility functions used within the library. More...

#include "defs.h"
#include <ctype.h>
#include <string>

Include dependency graph for string_util.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

Functions

MYSQLPP_EXPORT void str_to_upr (std::string &s)
 Changes case of string to upper.
MYSQLPP_EXPORT void str_to_lwr (std::string &s)
 Changes case of string to lower.
MYSQLPP_EXPORT void strip_all_blanks (std::string &s)
 Removes all blanks.
MYSQLPP_EXPORT void strip_all_non_num (std::string &s)
 Removes all non-numerics.


Detailed Description

Declares string-handling utility functions used within the library.


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