Provided by: libcommoncpp2-doc_1.8.1-10_all bug

NAME

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

SYNOPSIS

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

   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.

   Namespaces
        ost

   Functions
       __EXPORT std::istream & ost::getline (std::istream &is, String &str, char delim='0, size_t
           size=0)

Detailed Description

       Common C++ generic string class.

Author

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