In file table.hpp: Integer Table
Documentation
Integer Table
Inheritance:
Public Methods
-
IntTable()
-
IntTable(int size)
-
IntTable(const ARRAY<int> & entrysizes)
-
void AddUnique(int i, int cont)
-
void Print(ostream & ost) const
Public Methods
-
void Add(int i, const T & acont)
-
void AddEmpty(int i)
-
void Set(int i, int nr, const T & acont)
-
const T& Get(int i, int nr) const
-
const T* GetLine(int i) const
-
int Size() const
-
int EntrySize(int i) const
-
void DecEntrySize(int i)
-
FlatArray<T> operator[] (int i)
-
ConstFlatArray operator[] (int i) const
Public Methods
-
void SetSize(int size)
-
void IncSize(int i, int elsize)
Protected Fields
-
ARRAY<linestruct> data
-
char* oneblock
Protected Members
-
struct linestruct
IntTable()
IntTable(int size)
IntTable(const ARRAY<int> & entrysizes)
void AddUnique(int i, int cont)
void Print(ostream & ost) const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.