MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / end

Method end

extern/imgui/imgui.h:2321–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

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
DrawFunction · 0.45
ShowExampleAppLongTextFunction · 0.45

Calls 1

backMethod · 0.80

Tested by

no test coverage detected