ov-int32.h

Go to the documentation of this file.
00001 /*
00002 
00003 Copyright (C) 2004-2012 John W. Eaton
00004 
00005 This file is part of Octave.
00006 
00007 Octave is free software; you can redistribute it and/or modify it
00008 under the terms of the GNU General Public License as published by the
00009 Free Software Foundation; either version 3 of the License, or (at your
00010 option) any later version.
00011 
00012 Octave is distributed in the hope that it will be useful, but WITHOUT
00013 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00014 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
00015 for more details.
00016 
00017 You should have received a copy of the GNU General Public License
00018 along with Octave; see the file COPYING.  If not, see
00019 <http://www.gnu.org/licenses/>.
00020 
00021 */
00022 
00023 #if !defined (octave_int32_h)
00024 #define octave_int32_h 1
00025 
00026 #define OCTAVE_INT_T octave_int32
00027 
00028 #define OCTAVE_VALUE_INT_MATRIX_T octave_int32_matrix
00029 #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION int32_array_value
00030 
00031 #define OCTAVE_VALUE_INT_SCALAR_T octave_int32_scalar
00032 #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION int32_scalar_value
00033 
00034 #define OCTAVE_TYPE_PREDICATE_FUNCTION is_int32_type
00035 
00036 #define OCTAVE_INT_MX_CLASS mxINT32_CLASS
00037 
00038 #define OCTAVE_INT_BTYP btyp_int32
00039 
00040 #include "ov-intx.h"
00041 
00042 #undef OCTAVE_INT_T
00043 
00044 #undef OCTAVE_VALUE_INT_MATRIX_T
00045 #undef OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION
00046 
00047 #undef OCTAVE_VALUE_INT_SCALAR_T
00048 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION
00049 
00050 #undef OCTAVE_TYPE_PREDICATE_FUNCTION
00051 
00052 #undef OCTAVE_INT_MX_CLASS
00053 
00054 #undef OCTAVE_INT_BTYP
00055 
00056 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines