| 210 | CPimpl& operator=(const CPimpl&); // no implementation for assignment operator |
| 211 | public: |
| 212 | CPimpl(const tstring& strEolCharacterSequence, const tstring& strStreamName) : |
| 213 | mc_strEolCharacterSequence(strEolCharacterSequence), |
| 214 | m_itCurrentPos(m_vBuffer.end()), |
| 215 | m_strStreamName(strStreamName) |
| 216 | { |
| 217 | } |
| 218 | |
| 219 | const tstring mc_strEolCharacterSequence; |
| 220 | tstring m_vBuffer; |