|
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.
Definition at line 63 of file StringStream.hpp.
References BLOCXX_NAMESPACE::String::c_str(), BLOCXX_NAMESPACE::String::length(), m_buf, and BLOCXX_NAMESPACE::operator==().
|
inlineprotected |
Definition at line 72 of file StringStream.hpp.
References BLOCXX_NAMESPACE::operator==().
|
private |
Definition at line 77 of file StringStream.hpp.
Referenced by IStringStreamBuf().