#include <pagedef.h>
Definition at line 81 of file pagedef.h.
PageSDict::PageSDict |
( |
int |
size | ) |
|
|
inline |
Definition at line 84 of file pagedef.h.
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
virtual PageSDict::~PageSDict |
( |
| ) |
|
|
inlinevirtual |
int PageSDict::compareValues |
( |
const PageDef * |
item1, |
|
|
const PageDef * |
item2 |
|
) |
| const |
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
- See also
- inSort()
Reimplemented from SDict< PageDef >.
Definition at line 87 of file pagedef.h.
89 return qstricmp(i1->name(),i2->name());
int qstricmp(const char *str1, const char *str2)
The documentation for this class was generated from the following file: