#include "octave-config.h"
Go to the source code of this file.
Typedefs | |
typedef octave_int< int16_t > | octave_int16 |
typedef octave_int< int32_t > | octave_int32 |
typedef octave_int< int64_t > | octave_int64 |
typedef octave_int< int8_t > | octave_int8 |
typedef octave_int< uint16_t > | octave_uint16 |
typedef octave_int< uint32_t > | octave_uint32 |
typedef octave_int< uint64_t > | octave_uint64 |
typedef octave_int< uint8_t > | octave_uint8 |
typedef octave_int<int16_t> octave_int16 |
Definition at line 34 of file oct-inttypes-fwd.h.
typedef octave_int<int32_t> octave_int32 |
Definition at line 35 of file oct-inttypes-fwd.h.
typedef octave_int<int64_t> octave_int64 |
Definition at line 36 of file oct-inttypes-fwd.h.
typedef octave_int<int8_t> octave_int8 |
Definition at line 33 of file oct-inttypes-fwd.h.
typedef octave_int<uint16_t> octave_uint16 |
Definition at line 39 of file oct-inttypes-fwd.h.
typedef octave_int<uint32_t> octave_uint32 |
Definition at line 40 of file oct-inttypes-fwd.h.
typedef octave_int<uint64_t> octave_uint64 |
Definition at line 41 of file oct-inttypes-fwd.h.
typedef octave_int<uint8_t> octave_uint8 |
Definition at line 38 of file oct-inttypes-fwd.h.