PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImGuiTextBuffer Struct Reference

Detailed Description

Definition at line 2228 of file imgui.h.

#include <imgui.h>

Public Member Functions

 ImGuiTextBuffer ()
 
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]
 

Constructor & Destructor Documentation

◆ ImGuiTextBuffer()

ImGuiTextBuffer::ImGuiTextBuffer ( )
inline

Definition at line 2233 of file imgui.h.

Member Function Documentation

◆ append()

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

◆ appendf()

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

◆ appendfv()

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

◆ begin()

const char * ImGuiTextBuffer::begin ( ) const
inline

Definition at line 2235 of file imgui.h.

◆ c_str()

const char * ImGuiTextBuffer::c_str ( ) const
inline

Definition at line 2241 of file imgui.h.

◆ clear()

void ImGuiTextBuffer::clear ( )
inline

Definition at line 2239 of file imgui.h.

◆ empty()

bool ImGuiTextBuffer::empty ( ) const
inline

Definition at line 2238 of file imgui.h.

◆ end()

const char * ImGuiTextBuffer::end ( ) const
inline

Definition at line 2236 of file imgui.h.

◆ operator[]()

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

Definition at line 2234 of file imgui.h.

◆ reserve()

void ImGuiTextBuffer::reserve ( int capacity)
inline

Definition at line 2240 of file imgui.h.

◆ size()

int ImGuiTextBuffer::size ( ) const
inline

Definition at line 2237 of file imgui.h.

Member Data Documentation

◆ Buf

ImVector<char> ImGuiTextBuffer::Buf

Definition at line 2230 of file imgui.h.

◆ EmptyString

IMGUI_API char ImGuiTextBuffer::EmptyString[1]
static

Definition at line 2231 of file imgui.h.


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