14 STRING_CATCHER & m_stringCatcher;
17 wstring_adaptor(STRING_CATCHER & stringCatcher,
int iAllocCount) :
18 m_stringCatcher(stringCatcher)
21 get_buffer(iAllocCount);
29 m_stringCatcher = this->c_str();
34 inline operator const ::wide_character * () {
return this->m_begin; }
35 inline operator ::wide_character * () {
return (::wide_character *) this->m_begin; }