|
static void | PushBack (FilenameStringVector &rv, const char *s) |
|
static void | Substr (const char *text, char *rv, int start, int count=-1) |
|
static int | Find (const char *text, const char toFind, int beg=0) |
|
static int | FindLastOf (const char *text, const char toFind) |
|
static void | ToLower (const char *text, char *rv) |
|
static void | ToLowerInPlace (char *text) |
|
static void | Split (const char *text, FilenameStringVector &rv, const char c=' ') |
|
static void | Replace (const char *baseText, const char textToReplace, const char replacement, char *rv) |
|
static void | ReplaceInPlace (char *text, const char toReplace, const char replacement) |
|
Definition at line 159 of file imguifilesystem.cpp.
◆ String()
ImGuiFs::String::String |
( |
| ) |
|
|
inlineprotected |
◆ Find()
static int ImGuiFs::String::Find |
( |
const char * |
text, |
|
|
const char |
toFind, |
|
|
int |
beg = 0 |
|
) |
| |
|
inlinestatic |
◆ FindLastOf()
static int ImGuiFs::String::FindLastOf |
( |
const char * |
text, |
|
|
const char |
toFind |
|
) |
| |
|
inlinestatic |
◆ PushBack()
◆ Replace()
static void ImGuiFs::String::Replace |
( |
const char * |
baseText, |
|
|
const char |
textToReplace, |
|
|
const char |
replacement, |
|
|
char * |
rv |
|
) |
| |
|
inlinestatic |
◆ ReplaceInPlace()
static void ImGuiFs::String::ReplaceInPlace |
( |
char * |
text, |
|
|
const char |
toReplace, |
|
|
const char |
replacement |
|
) |
| |
|
inlinestatic |
◆ Split()
static void ImGuiFs::String::Split |
( |
const char * |
text, |
|
|
FilenameStringVector & |
rv, |
|
|
const char |
c = ' ' |
|
) |
| |
|
inlinestatic |
◆ Substr()
static void ImGuiFs::String::Substr |
( |
const char * |
text, |
|
|
char * |
rv, |
|
|
int |
start, |
|
|
int |
count = -1 |
|
) |
| |
|
inlinestatic |
◆ ToLower()
static void ImGuiFs::String::ToLower |
( |
const char * |
text, |
|
|
char * |
rv |
|
) |
| |
|
inlinestatic |
◆ ToLowerInPlace()
static void ImGuiFs::String::ToLowerInPlace |
( |
char * |
text | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: