Skip to content

class flake::Table

More...

#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() =0

document me

function getNumColumns

cpp
virtual uint16_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
virtual ~Table() =default