NGSolve  5.3
Public Member Functions
ngstd::Table< T > Class Template Reference

A compact Table container. More...

#include <table.hpp>

Inheritance diagram for ngstd::Table< T >:
Inheritance graph
[legend]
Collaboration diagram for ngstd::Table< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

INLINE Table (int asize, int entrysize)
 Construct table of uniform entrysize.
template<typename TI >
INLINE Table (FlatArray< TI > entrysize)
 Construct table of variable entrysize.
INLINE Table (const Table< T > &tab2)
INLINE Table (Table< T > &&tab2)
INLINE Tableoperator= (Table< T > &&tab2)
INLINE ~Table ()
 Delete data.
INLINE size_t NElements () const
 number of elements in all rows

Detailed Description

template<class T>
class ngstd::Table< T >

A compact Table container.

A table contains size entries of variable size. The entry sizes must be known at construction.


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