BlockBase< T, false > Class Template Reference

#include <block.h>

Public Member Functions

 BlockBase (T *ptr, Int size, Int stride=0)
 
Int GetCount () const
 
void SetCount (Int cnt)
 

Protected Member Functions

Int PrivateGetStride () const
 

Protected Attributes

T * _ptr
 
Int _size
 

Constructor & Destructor Documentation

◆ BlockBase()

BlockBase ( T *  ptr,
Int  size,
Int  stride = 0 
)

Member Function Documentation

◆ GetCount()

Int GetCount ( ) const

◆ SetCount()

void SetCount ( Int  cnt)

◆ PrivateGetStride()

Int PrivateGetStride ( ) const
protected

Member Data Documentation

◆ _ptr

T* _ptr
protected

◆ _size

Int _size
protected