Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiTextFilter::ImGuiTextRange Struct Reference

#include <imgui.h>

Public Member Functions

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

Public Attributes

const char * b
 
const char * e
 

Constructor & Destructor Documentation

◆ ImGuiTextRange() [1/2]

ImGuiTextFilter::ImGuiTextRange::ImGuiTextRange ( )
inline
Here is the caller graph for this function:

◆ ImGuiTextRange() [2/2]

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

Member Function Documentation

◆ empty()

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

◆ split()

void ImGuiTextFilter::ImGuiTextRange::split ( char separator,
ImVector< ImGuiTextRange > * out ) const
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ b

const char* ImGuiTextFilter::ImGuiTextRange::b

◆ e

const char* ImGuiTextFilter::ImGuiTextRange::e

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