casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
DataBlock Class Reference

#include <DataBlock.h>

Public Member Functions

 DataBlock ()
 
 DataBlock (short int *blockDataPtr, long int blockSize)
 
 ~DataBlock ()
 
short int * data ()
 
long int size ()
 

Private Attributes

short int * blockDataPtr_
 
long int blockSize_
 

Detailed Description

Definition at line 5 of file DataBlock.h.

Constructor & Destructor Documentation

DataBlock::DataBlock ( )
inline

Definition at line 9 of file DataBlock.h.

References blockDataPtr_, and blockSize_.

DataBlock::DataBlock ( short int *  blockDataPtr,
long int  blockSize 
)
inline

Definition at line 10 of file DataBlock.h.

References blockDataPtr_, and blockSize_.

DataBlock::~DataBlock ( )

Member Function Documentation

short int* DataBlock::data ( )
inline

Definition at line 13 of file DataBlock.h.

References blockDataPtr_.

long int DataBlock::size ( )
inline

Definition at line 14 of file DataBlock.h.

References blockSize_.

Member Data Documentation

short int* DataBlock::blockDataPtr_
private

Definition at line 17 of file DataBlock.h.

Referenced by data(), and DataBlock().

long int DataBlock::blockSize_
private

Definition at line 18 of file DataBlock.h.

Referenced by DataBlock(), and size().


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