Appearance
class flake::Table
#include <Table.h>
Public Functions
| Name | |
|---|---|
| virtual [uint16_t] | getNumRows() =0 |
| virtual [uint16_t] | getNumColumns() =0 |
| virtual [void] | getRow([uint64_t] index, PropArray & row) =0 |
| virtual [void] | sort() =0 |
Protected Functions
| Name | |
|---|---|
| virtual | ~Table() =default |
Detailed Description
cpp
class flake::Table;document me document me
Public Functions Documentation
function getNumRows
cpp
virtual uint16_t getNumRows() =0document me
function getNumColumns
cpp
virtual uint16_t getNumColumns() =0document me
function getRow
cpp
virtual void getRow(
uint64_t index,
PropArray & row
) =0document me
function sort
cpp
virtual void sort() =0document me
Protected Functions Documentation
function ~Table
cpp
virtual ~Table() =default