Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ImGuiTextBuffer Struct Reference

#include <imgui.h>

Public Member Functions

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)
 
const char * begin () const
 
const char * c_str () const
 
void clear ()
 
bool empty () const
 
const char * end () const
 
 ImGuiTextBuffer ()
 
char operator[] (int i) const
 
void reserve (int capacity)
 
int size () const
 

Public Attributes

ImVector< char > Buf
 

Static Public Attributes

static IMGUI_API char EmptyString [1] = { 0 }
 

Detailed Description

Definition at line 1702 of file imgui.h.

Constructor & Destructor Documentation

◆ ImGuiTextBuffer()

ImGuiTextBuffer::ImGuiTextBuffer ( )
inline

Definition at line 1707 of file imgui.h.

Member Function Documentation

◆ append()

void ImGuiTextBuffer::append ( const char *  str,
const char *  str_end = NULL 
)

Definition at line 2147 of file imgui.cpp.

◆ appendf()

void ImGuiTextBuffer::appendf ( const char *  fmt,
  ... 
)

Definition at line 2165 of file imgui.cpp.

◆ appendfv()

void ImGuiTextBuffer::appendfv ( const char *  fmt,
va_list  args 
)

Definition at line 2174 of file imgui.cpp.

◆ begin()

const char* ImGuiTextBuffer::begin ( ) const
inline

Definition at line 1709 of file imgui.h.

◆ c_str()

const char* ImGuiTextBuffer::c_str ( ) const
inline

Definition at line 1715 of file imgui.h.

◆ clear()

void ImGuiTextBuffer::clear ( )
inline

Definition at line 1713 of file imgui.h.

◆ empty()

bool ImGuiTextBuffer::empty ( ) const
inline

Definition at line 1712 of file imgui.h.

◆ end()

const char* ImGuiTextBuffer::end ( ) const
inline

Definition at line 1710 of file imgui.h.

◆ operator[]()

char ImGuiTextBuffer::operator[] ( int  i) const
inline

Definition at line 1708 of file imgui.h.

◆ reserve()

void ImGuiTextBuffer::reserve ( int  capacity)
inline

Definition at line 1714 of file imgui.h.

◆ size()

int ImGuiTextBuffer::size ( ) const
inline

Definition at line 1711 of file imgui.h.

Member Data Documentation

◆ Buf

ImVector<char> ImGuiTextBuffer::Buf

Definition at line 1704 of file imgui.h.

◆ EmptyString

char ImGuiTextBuffer::EmptyString = { 0 }
static

Definition at line 1705 of file imgui.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06