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
 
IMGUI_API void split (char separator, ImVector< TextRange > *out) const
 
 TextRange ()
 
 TextRange (const char *_b, const char *_e)
 

Public Attributes

const char * b
 
const char * e
 

Detailed Description

Definition at line 1552 of file imgui.h.

Constructor & Destructor Documentation

◆ TextRange() [1/2]

ImGuiTextFilter::TextRange::TextRange ( )
inline

Definition at line 1557 of file imgui.h.

◆ TextRange() [2/2]

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

Definition at line 1558 of file imgui.h.

Member Function Documentation

◆ begin()

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

Definition at line 1559 of file imgui.h.

◆ empty()

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

Definition at line 1561 of file imgui.h.

◆ end()

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

Definition at line 1560 of file imgui.h.

◆ split()

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

Definition at line 1996 of file imgui.cpp.

Member Data Documentation

◆ b

const char* ImGuiTextFilter::TextRange::b

Definition at line 1554 of file imgui.h.

◆ e

const char* ImGuiTextFilter::TextRange::e

Definition at line 1555 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:23