Util::StringAtomTableBase::StaticString Struct Reference
#include <stringatomtablebase.h>
Detailed Description
a static string class for sorting the array
Public Member Functions | |
| bool | operator== (const StaticString &rhs) const |
| equality operator | |
| bool | operator!= (const StaticString &rhs) const |
| inequality operator | |
| bool | operator< (const StaticString &rhs) const |
| less-then operator | |
| bool | operator> (const StaticString &rhs) const |
| greater-then operator | |