Rudiments
table.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4 protected:
5 dynamicarray<char *> columnnames;
7
8 void clone(tablecollection<valuetype> *t);
9
10 uint64_t cols;
11 uint64_t rows;
Definition avltree.h:11