#include <imgui_internal.h>
Public Member Functions | |
T * | alloc_chunk (size_t sz) |
T * | begin () |
int | chunk_size (const T *p) |
void | clear () |
bool | empty () const |
T * | end () |
T * | next_chunk (T *p) |
int | offset_from_ptr (const T *p) |
T * | ptr_from_offset (int off) |
int | size () const |
Public Attributes | |
ImVector< char > | Buf |
Definition at line 417 of file imgui_internal.h.
|
inline |
Definition at line 424 of file imgui_internal.h.
|
inline |
Definition at line 425 of file imgui_internal.h.
|
inline |
Definition at line 427 of file imgui_internal.h.
|
inline |
Definition at line 421 of file imgui_internal.h.
|
inline |
Definition at line 422 of file imgui_internal.h.
|
inline |
Definition at line 428 of file imgui_internal.h.
|
inline |
Definition at line 426 of file imgui_internal.h.
|
inline |
Definition at line 429 of file imgui_internal.h.
|
inline |
Definition at line 430 of file imgui_internal.h.
|
inline |
Definition at line 423 of file imgui_internal.h.
ImVector<char> ImChunkStream< T >::Buf |
Definition at line 419 of file imgui_internal.h.