NGSolve  5.3
Classes | Public Member Functions | Protected Attributes
ngstd::BaseDynamicTable Class Reference

Base class to generic DynamicTable. More...

#include <table.hpp>

Inheritance diagram for ngstd::BaseDynamicTable:
Inheritance graph
[legend]
Collaboration diagram for ngstd::BaseDynamicTable:
Collaboration graph
[legend]

List of all members.

Classes

struct  linestruct

Public Member Functions

NGS_DLL_HEADER BaseDynamicTable (int size)
NGS_DLL_HEADER BaseDynamicTable (const Array< int > &entrysizes, int elemsize)
NGS_DLL_HEADER void SetSize (int size)
 Changes Size of table to size, deletes data.
NGS_DLL_HEADER void IncSize (int i, int elsize)
NGS_DLL_HEADER void DecSize (int i)

Protected Attributes

Array< linestructdata
char * oneblock

Detailed Description

Base class to generic DynamicTable.


The documentation for this class was generated from the following file: