#include "octave-config.h"
#include <cstddef>
#include <algorithm>
#include <memory>
Go to the source code of this file.
Macros | |
#define | OCTAVE_LOCAL_BUFFER(T, buf, size) |
#define | OCTAVE_LOCAL_BUFFER_INIT(T, buf, size, value) |
#define | OCTAVE_SCOPED_BUFFER(T, buf, size) |
#define | OCTAVE_SCOPED_BUFFER_ANCHOR(T, buf) |
#define OCTAVE_LOCAL_BUFFER | ( | T, | |
buf, | |||
size | |||
) |
Definition at line 44 of file oct-locbuf.h.
#define OCTAVE_LOCAL_BUFFER_INIT | ( | T, | |
buf, | |||
size, | |||
value | |||
) |
Definition at line 50 of file oct-locbuf.h.
#define OCTAVE_SCOPED_BUFFER | ( | T, | |
buf, | |||
size | |||
) |
Definition at line 69 of file oct-locbuf.h.
#define OCTAVE_SCOPED_BUFFER_ANCHOR | ( | T, | |
buf | |||
) |
Definition at line 57 of file oct-locbuf.h.