string.h

Langue: en

Version: 320907 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

string.h - Common C++ generic string class.

SYNOPSIS


#include <cc++/missing.h>
#include <cc++/strchar.h>

Namespaces


namespace ost

Classes


class ost::String
This is a generic and portable string class.
class ost::SString

class ost::StringObject
The StringObject class is used to derive subclasses that use the String managed memory pool for all space allocations by overriding new and delete operators.

Detailed Description

Common C++ generic string class.

Author

Generated automatically by Doxygen for GNU CommonC++ from the source code.