#include "oct-locbuf.h"
Public Member Functions | |
octave_local_buffer (size_t size) | |
operator T ** () const | |
Private Member Functions | |
char * | data (void) const |
Static Private Member Functions | |
static OCTAVE_API void | clear (void) |
Definition at line 141 of file oct-locbuf.h.
octave_local_buffer< T * >::octave_local_buffer | ( | size_t | size | ) | [inline] |
Definition at line 144 of file oct-locbuf.h.
void octave_chunk_buffer::clear | ( | void | ) | [static, inherited] |
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().
char* octave_chunk_buffer::data | ( | void | ) | const [inline, inherited] |
Definition at line 75 of file oct-locbuf.h.
References octave_chunk_buffer::dat.
octave_local_buffer< T * >::operator T ** | ( | ) | const [inline] |
Definition at line 148 of file oct-locbuf.h.
References octave_local_buffer< T >::data.