GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Block Struct Reference

#include "BlockArray.h"

Collaboration diagram for Block:

Public Member Functions

 Block ()
 

Public Attributes

unsigned char data [(((1<< 12) - sizeof(size_t))/sizeof(unsigned char))]
 
size_t size
 

Detailed Description

Definition at line 31 of file BlockArray.h.

Constructor & Destructor Documentation

◆ Block()

Block::Block ( )
inline

Definition at line 32 of file BlockArray.h.

References size.

Member Data Documentation

◆ data

unsigned char Block::data[(((1<< 12) - sizeof(size_t))/sizeof(unsigned char))]

Definition at line 33 of file BlockArray.h.

◆ size

size_t Block::size

Definition at line 34 of file BlockArray.h.

Referenced by Block().


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