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

Method CType

deps/FtpClient/FTPDataTypes.h:154–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 enum TTypeEnum { tyASCII, tyEBCDIC, tyImage, tyLocalByte };
153
154 CType(const CType& type) :
155 m_enType(type.AsEnum()) {}
156
157 bool operator==(const TTypeEnum& rhs) const { return m_enType==rhs; }
158 bool operator!=(const TTypeEnum& rhs) const { return !operator==(rhs); }

Callers

nothing calls this directly

Calls 1

AsEnumMethod · 0.45

Tested by

no test coverage detected