Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ CTypeFormat
Method
CTypeFormat
deps/FtpClient/FTPDataTypes.h:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
enum TTypeFormatEnum { tfInvalid, tfNonPrint, tfTelnetFormat, tfCarriageControl };
182
183
CTypeFormat() : m_enTypeFormat(tfInvalid) {}
184
CTypeFormat(const CTypeFormat& typeFormat) :
185
m_enTypeFormat(typeFormat.AsEnum()) {}
186
Callers
nothing calls this directly
Calls
1
AsEnum
Method · 0.45
Tested by
no test coverage detected