.TH "string.h" 3 "Sun Dec 27 2020" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME string.h \- Common C++ generic string class\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBost::String\fP" .br .RI "This is a generic and portable string class\&. " .ti -1c .RI "class \fBost::SString\fP" .br .ti -1c .RI "class \fBost::StringObject\fP" .br .RI "The \fBStringObject\fP class is used to derive subclasses that use the \fBString\fP managed memory pool for all space allocations by overriding new and delete operators\&. " .in -1c .SS "Namespaces" .in +1c .ti -1c .RI " \fBost\fP" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "\fB__EXPORT\fP std::istream & \fBost::getline\fP (std::istream &is, String &str, char delim='\\n', size_t size=0)" .br .in -1c .SH "Detailed Description" .PP Common C++ generic string class\&. .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.