NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Structure for the sorting functionality: used for the recursive definition of the index columns for sorting. More...
#include <structures.hpp>
Public Member Functions | |
ColumnKeys () | |
~ColumnKeys () | |
Public Attributes | |
int | nKey [2] |
ColumnKeys * | subkeys |
Structure for the sorting functionality: used for the recursive definition of the index columns for sorting.
Definition at line 2513 of file structures.hpp.
|
inline |
Definition at line 2520 of file structures.hpp.
|
inline |
Definition at line 2522 of file structures.hpp.
References subkeys.
int ColumnKeys::nKey[2] |
Definition at line 2515 of file structures.hpp.
Referenced by Sorter::evaluateKeyList(), Memory::sortElements(), StringInternalMemory::sortElements(), and Sorter::sortSubList().
ColumnKeys* ColumnKeys::subkeys |
Definition at line 2517 of file structures.hpp.
Referenced by Sorter::evaluateKeyList(), Memory::sortElements(), StringInternalMemory::sortElements(), Sorter::sortSubList(), and ~ColumnKeys().