In file table.hpp:Base class to generic DynamicTable
Documentation
Base class to generic DynamicTable
Inheritance:
Public Methods
-
BaseDynamicTable(int size)
-
BaseDynamicTable(const ARRAY<int> & entrysizes, int elemsize)
-
~BaseDynamicTable()
-
void SetSize(int size)
- Changes Size of table to size, deletes data
-
void IncSize(int i, int elsize)
Protected Fields
-
ARRAY<linestruct> data
-
char* oneblock
Protected Members
-
struct linestruct
struct linestruct
int size
int maxsize
void* col
ARRAY<linestruct> data
char* oneblock
BaseDynamicTable(int size)
BaseDynamicTable(const ARRAY<int> & entrysizes, int elemsize)
~BaseDynamicTable()
void SetSize(int size)
- Changes Size of table to size, deletes data
void IncSize(int i, int elsize)
- Direct child classes:
- DynamicTable
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.