logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

GNU CommonC++                                    Sun Dec 27 2020                                     string.h(3)

Detailed Description

       Common C++ generic string class.

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.

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

See Also