HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IStringStream Class Reference

An input stream object that owns its own string buffer storage. More...

#include <UT_StringStream.h>

+ Inheritance diagram for UT_IStringStream:

Public Member Functions

 UT_IStringStream (const char *buf=nullptr, exint len=-1)
 
UT_StringStreamBufferrdbuf () const
 Returns the underlying stream buffer object. More...
 

Detailed Description

An input stream object that owns its own string buffer storage.

Examples:
SIM/SNOW_Solver.C.

Definition at line 141 of file UT_StringStream.h.

Constructor & Destructor Documentation

UT_IStringStream::UT_IStringStream ( const char *  buf = nullptr,
exint  len = -1 
)
inline

Populate the input stream with an existing raw character buffer. The contents of the buffer are copied into the internal storage. The input position start at the beginning of the buffer.

Definition at line 147 of file UT_StringStream.h.

Member Function Documentation

UT_StringStreamBuffer* UT_IStringStream::rdbuf ( ) const
inline

Returns the underlying stream buffer object.

Examples:
SIM/SNOW_Solver.C.

Definition at line 152 of file UT_StringStream.h.


The documentation for this class was generated from the following file: