MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / GetEncodeChar

Method GetEncodeChar

src/util/stringencoder.h:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129inline TCHAR cCharEncoder::GetEncodeChar()
130{
131 return mchEncodeMe;
132}
133
134inline cStringEncoder::cStringEncoder(TCHAR chEncodeMe, TCHAR chEncoded1, TCHAR chEncoded2)
135 : ce(chEncodeMe, chEncoded1, chEncoded2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected