#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.
| BLOCXX_NAMESPACE::IStringStreamBuf::IStringStreamBuf | ( | const String & | s | ) | [inline] |
Definition at line 63 of file StringStream.hpp.
References BLOCXX_NAMESPACE::String::c_str(), BLOCXX_NAMESPACE::String::length(), and m_buf.
| int BLOCXX_NAMESPACE::IStringStreamBuf::underflow | ( | ) | [inline, protected] |
Definition at line 72 of file StringStream.hpp.
1.5.6