![]() |
VR-Vantage 2.8 API Documentation
|

Public Member Functions | |
| ImPool () | |
| ~ImPool () | |
| T * | GetByKey (ImGuiID key) |
| T * | GetByIndex (ImPoolIdx n) |
| ImPoolIdx | GetIndex (const T *p) const |
| T * | GetOrAddByKey (ImGuiID key) |
| bool | Contains (const T *p) const |
| void | Clear () |
| T * | Add () |
| void | Remove (ImGuiID key, const T *p) |
| void | Remove (ImGuiID key, ImPoolIdx idx) |
| void | Reserve (int capacity) |
| int | GetSize () const |
Public Attributes | |
| ImVector< T > | Buf |
| ImGuiStorage | Map |
| ImPoolIdx | FreeIdx |
|
inline |
Referenced by ImPool< ImGuiTabBar >::Remove().
| ImGuiStorage ImPool< T >::Map |