MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / CPimpl

Method CPimpl

deps/FtpClient/FTPClient.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected