|
| | GRelationalRow (const T &k, size_t columnCount) |
| |
| | ~GRelationalRow () |
| |
| template<typename Comp > |
| GRelationalRow< T > * | approximate (T r, size_t start, size_t *outIndex, size_t c, Comp &comp) |
| |
| GRelationalRow< T > * | balance (size_t c) |
| |
| template<typename Comp > |
| GRelationalRow< T > * | find (T r, size_t start, size_t *outIndex, size_t c, Comp &comp) |
| |
| GRelationalRow< T > * | get (size_t index, size_t c) |
| |
| template<typename Comp > |
| GRelationalRow< T > * | insert (GRelationalRow< T > *newNode, size_t c, Comp &comp) |
| |
| void | isolate (size_t cols) |
| |
| GRelationalRow< T > * | next (size_t c) |
| |
| GRelationalRow< T > * | prev (size_t c) |
| |
| void | recount (size_t c) |
| |
| template<typename Comp > |
| GRelationalRow< T > * | remove (size_t c, Comp &comp) |
| |
| GRelationalRow< T > * | rotateLeft (size_t c) |
| |
| GRelationalRow< T > * | rotateRight (size_t c) |
| |