Ylva And Malin
Public Member Functions | Static Public Member Functions | Data Fields
ImGuiTextFilter::TextRange Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiTextFilter::TextRange:
Collaboration graph

Public Member Functions

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

Static Public Member Functions

static bool is_blank (char c)
 

Data Fields

const char * b
 
const char * e
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Here is the caller graph for this function:

static bool ImGuiTextFilter::TextRange::is_blank ( char  c)
inlinestatic
void ImGuiTextFilter::TextRange::split ( char  separator,
ImVector< TextRange > &  out 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void ImGuiTextFilter::TextRange::trim_blanks ( )
inline

Field Documentation

const char* ImGuiTextFilter::TextRange::b
const char* ImGuiTextFilter::TextRange::e

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