Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Author

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

GNU CommonC++                                    Sun Dec 27 2020                                 ost::SString(3)

Constructor & Destructor Documentation

ost::SString::SString()
       Create an empty streamable string ready for input.

   ost::SString::SString(constSString&from)
       Copy constructor.

   ost::SString::~SString()
       Cancel out the object.

Member Function Documentation

intost::SString::overflow(intc)[protected]
       This is the streambuf function that actually outputs the data to the string. Since all output should be
       done with the standard ostream operators, this function should never be called directly.

Name

       ost::SString

Synopsis

       #include <string.h>

       Inherits ost::String, streambuf, and ostream.

   PublicMemberFunctionsSString ()
           Create an empty streamable string ready for input.
       SString (const SString &from)
           Copy constructor.
       ~SString ()
           Cancel out the object.

   ProtectedMemberFunctions
       int overflow (int c)
           This is the streambuf function that actually outputs the data to the string.

   AdditionalInheritedMembers

See Also