MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / end_ptr

Method end_ptr

common/SmallString.h:178–178  ·  view source on GitHub ↗

returns the end of the string (pointer is past the last character)

Source from the content-addressed store, hash-verified

176
177 // returns the end of the string (pointer is past the last character)
178 __fi const char* end_ptr() const { return m_buffer + m_length; }
179
180 // STL adapters
181 __fi void push_back(value_type val) { append(val); }

Callers 8

DrawGameOverlaysMethod · 0.80
DrawAchievementMethod · 0.80
DrawLeaderboardEntryMethod · 0.80
DrawFullscreenFooterMethod · 0.80
DrawLandingTemplateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected