Skip to content

class flake::Table

More...

#include <Table.h>

Public Functions

Name
virtual uint64_tgetNumRows() =0
virtual uint64_tgetNumColumns() =0
virtual voidgetRow(uint64_t index, PropArray & row) =0
virtual voidsort() =0

Protected Functions

Name
~Table() =default

Detailed Description

cpp
class flake::Table;

document me document me

Public Functions Documentation

function getNumRows

cpp
virtual uint64_t getNumRows() =0

document me

function getNumColumns

cpp
virtual uint64_t getNumColumns() =0

document me

function getRow

cpp
virtual void getRow(
    uint64_t index,
    PropArray & row
) =0

document me

function sort

cpp
virtual void sort() =0

document me

Protected Functions Documentation

function ~Table

cpp
~Table() =default