MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CString

Method CString

Source/Utility/String.h:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228{
229 public:
230 CString()
231 : mpString( NULL )
232 , mMaxLength( 0 )
233 {
234 }
235
236 CString( CConstString string )
237 {

Callers

nothing calls this directly

Calls 2

LengthMethod · 0.45
MaxLengthMethod · 0.45

Tested by

no test coverage detected