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

#include <imgui.h>

Public Member Functions

IMGUI_API void append (const char *fmt,...) IM_PRINTFARGS(2)
 
IMGUI_API void appendv (const char *fmt, va_list args)
 
const char * begin () const
 
const char * c_str () const
 
void clear ()
 
bool empty ()
 
const char * end () const
 
 ImGuiTextBuffer ()
 
char operator[] (int i)
 
int size () const
 

Public Attributes

ImVector< char > Buf
 

Detailed Description

Definition at line 998 of file imgui.h.

Constructor & Destructor Documentation

ImGuiTextBuffer::ImGuiTextBuffer ( )
inline

Definition at line 1002 of file imgui.h.

Member Function Documentation

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

Definition at line 1557 of file imgui.cpp.

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

Definition at line 1536 of file imgui.cpp.

const char* ImGuiTextBuffer::begin ( void  ) const
inline

Definition at line 1004 of file imgui.h.

const char* ImGuiTextBuffer::c_str ( ) const
inline

Definition at line 1009 of file imgui.h.

void ImGuiTextBuffer::clear ( void  )
inline

Definition at line 1008 of file imgui.h.

bool ImGuiTextBuffer::empty ( void  )
inline

Definition at line 1007 of file imgui.h.

const char* ImGuiTextBuffer::end ( void  ) const
inline

Definition at line 1005 of file imgui.h.

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

Definition at line 1003 of file imgui.h.

int ImGuiTextBuffer::size ( void  ) const
inline

Definition at line 1006 of file imgui.h.

Member Data Documentation

ImVector<char> ImGuiTextBuffer::Buf

Definition at line 1000 of file imgui.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32