Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ImGuiTextFilter::TextRange Struct Reference

#include <imgui.h>

Public Member Functions

const char * begin () const
 
bool empty () const
 
const char * end () const
 
char front () const
 
IMGUI_API void split (char separator, ImVector< TextRange > &out)
 
 TextRange ()
 
 TextRange (const char *_b, const char *_e)
 
void trim_blanks ()
 

Static Public Member Functions

static bool is_blank (char c)
 

Public Attributes

const char * b
 
const char * e
 

Detailed Description

Definition at line 968 of file imgui.h.

Constructor & Destructor Documentation

ImGuiTextFilter::TextRange::TextRange ( )
inline

Definition at line 973 of file imgui.h.

ImGuiTextFilter::TextRange::TextRange ( const char *  _b,
const char *  _e 
)
inline

Definition at line 974 of file imgui.h.

Member Function Documentation

const char* ImGuiTextFilter::TextRange::begin ( void  ) const
inline

Definition at line 975 of file imgui.h.

bool ImGuiTextFilter::TextRange::empty ( void  ) const
inline

Definition at line 977 of file imgui.h.

const char* ImGuiTextFilter::TextRange::end ( void  ) const
inline

Definition at line 976 of file imgui.h.

char ImGuiTextFilter::TextRange::front ( ) const
inline

Definition at line 978 of file imgui.h.

static bool ImGuiTextFilter::TextRange::is_blank ( char  c)
inlinestatic

Definition at line 979 of file imgui.h.

void ImGuiTextFilter::TextRange::split ( char  separator,
ImVector< TextRange > &  out 
)

Definition at line 1456 of file imgui.cpp.

void ImGuiTextFilter::TextRange::trim_blanks ( )
inline

Definition at line 980 of file imgui.h.

Member Data Documentation

const char* ImGuiTextFilter::TextRange::b

Definition at line 970 of file imgui.h.

const char* ImGuiTextFilter::TextRange::e

Definition at line 971 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