GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Block Struct Reference

#include "BlockArray.h"

Collaboration diagram for Block:
Collaboration graph
[legend]

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 ( )
inline

Definition at line 32 of file BlockArray.h.

References size.

Member Data Documentation

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

Definition at line 34 of file BlockArray.h.

Referenced by HistoryScrollBlockArray::addCells(), and Block().


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