OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ImGuiTextFilter::TextRange Struct Reference

#include <imgui.h>

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 ()
 
IMGUI_API void split (char separator, ImVector< TextRange > &out)
 

Static Public Member Functions

static bool isblank (char c)
 

Public Attributes

const char * b
 
const char * e
 

Detailed Description

Definition at line 655 of file imgui.h.

Constructor & Destructor Documentation

ImGuiTextFilter::TextRange::TextRange ( )
inline

Definition at line 660 of file imgui.h.

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

Definition at line 661 of file imgui.h.

Member Function Documentation

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

Definition at line 662 of file imgui.h.

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

Definition at line 663 of file imgui.h.

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

Definition at line 664 of file imgui.h.

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

Definition at line 665 of file imgui.h.

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

Definition at line 666 of file imgui.h.

void ImGuiTextFilter::TextRange::trim_blanks ( )
inline

Definition at line 667 of file imgui.h.

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

Definition at line 1354 of file imgui.cpp.

Member Data Documentation

const char* ImGuiTextFilter::TextRange::b

Definition at line 657 of file imgui.h.

const char* ImGuiTextFilter::TextRange::e

Definition at line 658 of file imgui.h.


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