GNU Octave  4.2.1
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 | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
octave_chunk_buffer Class Reference

#include "oct-locbuf.h"

Inheritance diagram for octave_chunk_buffer:
Inheritance graph
[legend]
Collaboration diagram for octave_chunk_buffer:
Collaboration graph
[legend]

Public Member Functions

OCTAVE_API octave_chunk_buffer (size_t size)
 
virtual OCTAVE_API ~octave_chunk_buffer (void)
 
char * data (void) const
 

Static Public Member Functions

static OCTAVE_API void clear (void)
 

Private Member Functions

 octave_chunk_buffer (const octave_chunk_buffer &)
 
octave_chunk_bufferoperator= (const octave_chunk_buffer &)
 

Private Attributes

char * cnk
 
char * dat
 

Static Private Attributes

static size_t active = 0
 
static char * chunk = 0
 
static const size_t chunk_size
 
static size_t left = 0
 
static char * top = 0
 

Detailed Description

Definition at line 71 of file oct-locbuf.h.

Constructor & Destructor Documentation

octave_chunk_buffer::octave_chunk_buffer ( size_t  size)

Definition at line 48 of file oct-locbuf.cc.

References active, chunk, chunk_size, cnk, dat, double, left, size, and top.

octave_chunk_buffer::~octave_chunk_buffer ( void  )
virtual

Definition at line 94 of file oct-locbuf.cc.

References active, chunk, chunk_size, cnk, dat, left, and top.

octave_chunk_buffer::octave_chunk_buffer ( const octave_chunk_buffer )
private

Member Function Documentation

void octave_chunk_buffer::clear ( void  )
static

Definition at line 132 of file oct-locbuf.cc.

References active, chunk, left, and top.

char* octave_chunk_buffer::data ( void  ) const
inline

Definition at line 79 of file oct-locbuf.h.

References dat.

octave_chunk_buffer& octave_chunk_buffer::operator= ( const octave_chunk_buffer )
private

Member Data Documentation

size_t octave_chunk_buffer::active = 0
staticprivate

Definition at line 99 of file oct-locbuf.h.

Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().

char * octave_chunk_buffer::chunk = 0
staticprivate

Definition at line 93 of file oct-locbuf.h.

Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().

const size_t octave_chunk_buffer::chunk_size
staticprivate
Initial value:
=
static_cast<size_t> ( 32 ) << 20

Definition at line 87 of file oct-locbuf.h.

Referenced by octave_chunk_buffer(), and ~octave_chunk_buffer().

char* octave_chunk_buffer::cnk
private

Definition at line 102 of file oct-locbuf.h.

Referenced by octave_chunk_buffer(), and ~octave_chunk_buffer().

char* octave_chunk_buffer::dat
private

Definition at line 105 of file oct-locbuf.h.

Referenced by data(), octave_chunk_buffer(), and ~octave_chunk_buffer().

size_t octave_chunk_buffer::left = 0
staticprivate

Definition at line 96 of file oct-locbuf.h.

Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().

char * octave_chunk_buffer::top = 0
staticprivate

Definition at line 90 of file oct-locbuf.h.

Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().


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