Struct ImEntry¶
Defined in File ImEntry.h
Struct Documentation¶
-
struct
SmartPeak::ImEntry¶ Generic entry for tables.
Public Members
-
std::size_t
ID¶ Unique entry identifier.
-
std::vector<std::string>
entry_contents¶ vector holding entry contents (i.e. row)
Public Static Functions
-
static bool
is_digit(const char ch)¶
-
static bool
is_number(const std::string &s)¶
-
static int
lexicographical_sort(const char *lhs, const char *rhs)¶
-
static int
CompareWithSortSpecs(const void *lhs, const void *rhs)¶
Public Static Attributes
-
static const ImGuiTableSortSpecs *
s_current_sort_specs¶ current sort specs
-
std::size_t