|
typedef int(* | SorterSignature) (const struct dirent **e1, const struct dirent **e2) |
|
|
static int | Alphasort (const struct dirent **e1, const struct dirent **e2) |
|
static int | Alphasortinverse (const struct dirent **e1, const struct dirent **e2) |
|
static int | Lastmodsort (const struct dirent **e1, const struct dirent **e2) |
|
static int | Lastmodsortinverse (const struct dirent **e1, const struct dirent **e2) |
|
static int | Sizesort (const struct dirent **e1, const struct dirent **e2) |
|
static int | Sizesortinverse (const struct dirent **e1, const struct dirent **e2) |
|
static int | Typesort (const struct dirent **e1, const struct dirent **e2) |
|
static int | Typesortinverse (const struct dirent **e1, const struct dirent **e2) |
|
Definition at line 492 of file imguifilesystem.cpp.
◆ SorterSignature
typedef int(* ImGuiFs::SortingHelper::SorterSignature) (const struct dirent **e1, const struct dirent **e2) |
◆ SortingHelper()
ImGuiFs::SortingHelper::SortingHelper |
( |
| ) |
|
|
inlineprotected |
◆ Alphasort()
static int ImGuiFs::SortingHelper::Alphasort |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ Alphasortinverse()
static int ImGuiFs::SortingHelper::Alphasortinverse |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ Lastmodsort()
static int ImGuiFs::SortingHelper::Lastmodsort |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ Lastmodsortinverse()
static int ImGuiFs::SortingHelper::Lastmodsortinverse |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ SetSorter()
◆ Sizesort()
static int ImGuiFs::SortingHelper::Sizesort |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ Sizesortinverse()
static int ImGuiFs::SortingHelper::Sizesortinverse |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ Typesort()
static int ImGuiFs::SortingHelper::Typesort |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ Typesortinverse()
static int ImGuiFs::SortingHelper::Typesortinverse |
( |
const struct dirent ** |
e1, |
|
|
const struct dirent ** |
e2 |
|
) |
| |
|
inlinestaticprotected |
◆ sorter
◆ Sorters
◆ stat1
struct stat ImGuiFs::SortingHelper::stat1 |
|
staticprotected |
◆ stat2
struct stat ImGuiFs::SortingHelper::stat2 |
|
staticprotected |
The documentation for this class was generated from the following file: