blocxx
|
#include <StringStream.hpp>
Public Member Functions | |
IStringStreamBuf (const String &s) | |
Protected Member Functions | |
int | underflow () |
Private Attributes | |
String | m_buf |
Definition at line 60 of file StringStream.hpp.
|
inline |
Definition at line 63 of file StringStream.hpp.
References BLOCXX_NAMESPACE::String::c_str(), BLOCXX_NAMESPACE::String::length(), and m_buf.
|
inlineprotected |
Definition at line 72 of file StringStream.hpp.
|
private |
Definition at line 77 of file StringStream.hpp.
Referenced by IStringStreamBuf().