NGSolve  5.3
Public Member Functions | Protected Attributes
ngstd::CArray< T > Class Template Reference

nothing more but a new type for a C array. More...

#include <array.hpp>

List of all members.

Public Member Functions

INLINE CArray ()
 initialize array
INLINE CArray (T *adata)
 provide size and memory
INLINE T & operator[] (int i) const
 Access array.
INLINE operator T * () const

Protected Attributes

T * data
 the data

Detailed Description

template<class T>
class ngstd::CArray< T >

nothing more but a new type for a C array.

return value for Addr - operator of array


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