STK++ 0.9.13
STK::hidden::Block< 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 block [blockSize_ *blockSize_]
 

Detailed Description

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

This structure encapsulate the data allocated for a block.

Definition at line 67 of file STK_ProductRaw.h.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 71 of file STK_ProductRaw.h.

71{ return block[i];}
Type block[blockSize_ *blockSize_]

References STK::hidden::Block< Type >::block.

◆ operator[]() [2/2]

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

Definition at line 70 of file STK_ProductRaw.h.

70{ return block[i];}

References STK::hidden::Block< Type >::block.

Member Data Documentation

◆ block

template<class Type >
Type STK::hidden::Block< Type >::block[blockSize_ *blockSize_]

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