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

#include <imgui.h>

Public Member Functions

bool empty () const
 
 ImGuiTextRange ()
 
 ImGuiTextRange (const char *_b, const char *_e)
 
IMGUI_API void split (char separator, ImVector< ImGuiTextRange > *out) const
 

Public Attributes

const char * b
 
const char * e
 

Detailed Description

Definition at line 1685 of file imgui.h.

Constructor & Destructor Documentation

◆ ImGuiTextRange() [1/2]

ImGuiTextFilter::ImGuiTextRange::ImGuiTextRange ( )
inline

Definition at line 1690 of file imgui.h.

◆ ImGuiTextRange() [2/2]

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

Definition at line 1691 of file imgui.h.

Member Function Documentation

◆ empty()

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

Definition at line 1692 of file imgui.h.

◆ split()

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

Definition at line 2058 of file imgui.cpp.

Member Data Documentation

◆ b

const char* ImGuiTextFilter::ImGuiTextRange::b

Definition at line 1687 of file imgui.h.

◆ e

const char* ImGuiTextFilter::ImGuiTextRange::e

Definition at line 1688 of file imgui.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06