|
GNU CommonC++
|
Common C++ generic string class. More...
Go to the source code of this file.
Classes | |
| class | ost::String |
| This is a generic and portable string class. More... | |
| 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. More... | |
Namespaces | |
| namespace | ost |
Functions | |
| __EXPORT std::istream & | ost::getline (std::istream &is, String &str, char delim='\n', size_t size=0) |
Common C++ generic string class.