MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / end

Method end

KBotExt/imgui/imgui.h:2307–2307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2305 inline char operator[](int i) const { IM_ASSERT(Buf.Data != NULL); return Buf.Data[i]; }
2306 const char* begin() const { return Buf.Data ? &Buf.front() : EmptyString; }
2307 const char* end() const { return Buf.Data ? &Buf.back() : EmptyString; } // Buf is zero-terminated, so end() will point on the zero-terminator
2308 int size() const { return Buf.Size ? Buf.Size - 1 : 0; }
2309 bool empty() const { return Buf.Size <= 1; }
2310 void clear() { Buf.clear(); }

Callers 14

RenderMethod · 0.45
RenderMethod · 0.45
CheckVersionMethod · 0.45
GetIntMethod · 0.45
GetFloatMethod · 0.45
GetVoidPtrMethod · 0.45
GetIntRefMethod · 0.45
GetFloatRefMethod · 0.45
GetVoidPtrRefMethod · 0.45
SetIntMethod · 0.45
SetFloatMethod · 0.45
SetVoidPtrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected