GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
ov-uint16.cc File Reference
#include <iostream>
#include <limits>
#include "lo-ieee.h"
#include "lo-utils.h"
#include "mx-base.h"
#include "quit.h"
#include "defun.h"
#include "gripes.h"
#include "oct-obj.h"
#include "oct-lvalue.h"
#include "ops.h"
#include "ov-base.h"
#include "ov-base-int.h"
#include "ov-base-int.cc"
#include "ov-uint16.h"
#include "ov-type-conv.h"
#include "pr-output.h"
#include "variables.h"
#include "byte-swap.h"
#include "ls-oct-ascii.h"
#include "ls-utils.h"
#include "ls-hdf5.h"
Include dependency graph for ov-uint16.cc:

Go to the source code of this file.

Macros

#define HDF5_SAVE_TYPE   H5T_NATIVE_UINT16

Functions

 DEFINE_OCTAVE_ALLOCATOR (octave_uint16_matrix)
 DEFINE_OCTAVE_ALLOCATOR (octave_uint16_scalar)
 DEFUN (uint16, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} uint16 (@var{x})\n\ Convert @var{x} to unsigned 16-bit integer type.\n\ @end deftypefn")

Macro Definition Documentation

#define HDF5_SAVE_TYPE   H5T_NATIVE_UINT16

Definition at line 43 of file ov-uint16.cc.

Function Documentation

DEFINE_OCTAVE_ALLOCATOR ( octave_uint16_matrix  )
DEFINE_OCTAVE_ALLOCATOR ( octave_uint16_scalar  )
DEFUN ( uint16  ,
args   
)

Definition at line 76 of file ov-uint16.cc.

References OCTAVE_TYPE_CONV_BODY.