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_local_buffer (size_t size) | |
operator FloatComplex * () const |
Private Member Functions | |
char * | data (void) const |
Static Private Member Functions | |
static OCTAVE_API void | clear (void) |
Definition at line 136 of file oct-locbuf.h.
|
inline |
Definition at line 136 of file oct-locbuf.h.
Definition at line 132 of file oct-locbuf.cc.
References octave_chunk_buffer::active, octave_chunk_buffer::chunk, octave_chunk_buffer::left, and octave_chunk_buffer::top.
Referenced by do_octave_atexit().
Definition at line 75 of file oct-locbuf.h.
References octave_chunk_buffer::dat.
|
inline |
Definition at line 136 of file oct-locbuf.h.