26#if ! defined (octave_ov_inline_h)
27#define octave_ov_inline_h 1
29#include "octave-config.h"
87#if defined (OCTAVE_HAVE_LONG_LONG_INT)
94#if defined (OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT)
static octave_value make(unsigned short int i)
static octave_value make(double d)
static octave_value make_copy(octave_base_value *rep)
static octave_value make(octave::sys::time t)
static octave_value make(short int i)
static octave_value make(long int i)
static octave_value make(int i)
static octave_value make(bool b)
static octave_value make(unsigned int i)
static octave_value make(unsigned long int i)
static octave_value make(const Complex &C)
static octave_value make(float d)
static octave_value make(const FloatComplex &C)
F77_RET_T const F77_DBLE const F77_DBLE F77_DBLE * d
std::complex< double > Complex
std::complex< float > FloatComplex