STK++ 0.9.13
STK::hidden::RawVec< Type > Struct Template Reference

This structure encapsulate the data allocated for a block. More...

#include <STK_ProductRaw.h>

Public Member Functions

Type constoperator[] (int i) const
 
Type & operator[] (int i)
 

Public Attributes

Type vec [panelSize_]
 

Detailed Description

template<class Type>
struct STK::hidden::RawVec< Type >

This structure encapsulate the data allocated for a block.

Definition at line 78 of file STK_ProductRaw.h.

Member Function Documentation

◆ operator[]() [1/2]

template<class Type >
Type & STK::hidden::RawVec< Type >::operator[] ( int  i)
inline

Definition at line 82 of file STK_ProductRaw.h.

82{ return vec[i];}
Type vec[panelSize_]

References STK::hidden::RawVec< Type >::vec.

◆ operator[]() [2/2]

template<class Type >
Type const & STK::hidden::RawVec< Type >::operator[] ( int  i) const
inline

Definition at line 81 of file STK_ProductRaw.h.

81{ return vec[i];}

References STK::hidden::RawVec< Type >::vec.

Member Data Documentation

◆ vec

template<class Type >
Type STK::hidden::RawVec< Type >::vec[panelSize_]

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