![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-locbuf.h"


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_buffer & | operator= (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 |
Definition at line 67 of file oct-locbuf.h.
| 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, left, size(), and top.
|
virtual |
Definition at line 94 of file oct-locbuf.cc.
References active, chunk, chunk_size, cnk, dat, left, and top.
|
private |
Definition at line 132 of file oct-locbuf.cc.
References active, chunk, left, and top.
Referenced by do_octave_atexit().
Definition at line 75 of file oct-locbuf.h.
References dat.
|
private |
|
staticprivate |
Definition at line 95 of file oct-locbuf.h.
Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().
|
staticprivate |
Definition at line 89 of file oct-locbuf.h.
Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().
|
staticprivate |
Definition at line 83 of file oct-locbuf.h.
Referenced by octave_chunk_buffer(), and ~octave_chunk_buffer().
|
private |
Definition at line 98 of file oct-locbuf.h.
Referenced by octave_chunk_buffer(), and ~octave_chunk_buffer().
|
private |
Definition at line 101 of file oct-locbuf.h.
Referenced by data(), octave_chunk_buffer(), and ~octave_chunk_buffer().
|
staticprivate |
Definition at line 92 of file oct-locbuf.h.
Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().
|
staticprivate |
Definition at line 86 of file oct-locbuf.h.
Referenced by clear(), octave_chunk_buffer(), and ~octave_chunk_buffer().
1.8.1.2