Ylva And Malin
Public Member Functions | Data Fields
ImGuiTextBuffer Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiTextBuffer:
Collaboration graph

Public Member Functions

 ImGuiTextBuffer ()
 
char operator[] (int i)
 
const char * begin () const
 
const char * end () const
 
int size () const
 
bool empty ()
 
void clear ()
 
void reserve (int capacity)
 
const char * c_str () const
 
void appendf (const char *fmt,...)
 
void appendfv (const char *fmt, va_list args)
 

Data Fields

ImVector< char > Buf
 

Constructor & Destructor Documentation

ImGuiTextBuffer::ImGuiTextBuffer ( )
inline

Here is the call graph for this function:

Member Function Documentation

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

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

const char* ImGuiTextBuffer::begin ( ) const
inline

Here is the call graph for this function:

Here is the caller graph for this function:

const char* ImGuiTextBuffer::c_str ( ) const
inline

Here is the caller graph for this function:

void ImGuiTextBuffer::clear ( )
inline

Here is the call graph for this function:

Here is the caller graph for this function:

bool ImGuiTextBuffer::empty ( )
inline
const char* ImGuiTextBuffer::end ( ) const
inline

Here is the call graph for this function:

Here is the caller graph for this function:

char ImGuiTextBuffer::operator[] ( int  i)
inline
void ImGuiTextBuffer::reserve ( int  capacity)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

int ImGuiTextBuffer::size ( ) const
inline

Here is the caller graph for this function:

Field Documentation

ImVector<char> ImGuiTextBuffer::Buf

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