vsgImGui  0.0.0
VulkanSceneGraph 3rd party data integration library
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ImGuiTextBuffer Struct Reference
Collaboration diagram for ImGuiTextBuffer:
Collaboration graph
[legend]

Public Member Functions

char operator[] (int i) const
 
const char * begin () const
 
const char * end () const
 
int size () const
 
bool empty () const
 
void clear ()
 
void reserve (int capacity)
 
const char * c_str () const
 
IMGUI_API void append (const char *str, const char *str_end=NULL)
 
IMGUI_API void appendf (const char *fmt,...) IM_FMTARGS(2)
 
IMGUI_API void appendfv (const char *fmt, va_list args) IM_FMTLIST(2)
 

Public Attributes

ImVector< char > Buf
 

Static Public Attributes

static IMGUI_API char EmptyString [1]
 

The documentation for this struct was generated from the following file: