MCPcopy Create free account
hub / github.com/Norbyte/ositools / GetPtr

Method GetPtr

OsiInterface/DivBaseTypes.h:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 uint64_t Capacity{ 7 };
253
254 inline wchar_t const * GetPtr() const
255 {
256 if (Size > 7) {
257 return BufPtr;
258 } else {
259 return Buf;
260 }
261 }
262
263 void Set(std::wstring const & s);
264 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected