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
Typedefs | Functions | Variables
Array-os.cc File Reference
#include "Array.h"
#include "Array.cc"
#include "oct-stream.h"
Include dependency graph for Array-os.cc:

Go to the source code of this file.

Typedefs

typedef printf_format_eltprintf_format_elt_ptr
typedef scanf_format_eltscanf_format_elt_ptr

Functions

 INSTANTIATE_ARRAY (scanf_format_elt_ptr, OCTINTERP_API)
 INSTANTIATE_ARRAY (printf_format_elt_ptr, OCTINTERP_API)
 INSTANTIATE_ARRAY (octave_stream, OCTINTERP_API)
 NO_INSTANTIATE_ARRAY_SORT (scanf_format_elt_ptr)
 NO_INSTANTIATE_ARRAY_SORT (printf_format_elt_ptr)
 NO_INSTANTIATE_ARRAY_SORT (octave_stream)

Variables

template class OCTAVE_API Array< bool >
template class OCTAVE_API Array< octave_idx_type >

Typedef Documentation

Definition at line 38 of file Array-os.cc.

Definition at line 37 of file Array-os.cc.

Function Documentation

INSTANTIATE_ARRAY ( scanf_format_elt_ptr  ,
OCTINTERP_API   
)
INSTANTIATE_ARRAY ( printf_format_elt_ptr  ,
OCTINTERP_API   
)
INSTANTIATE_ARRAY ( octave_stream  ,
OCTINTERP_API   
)
NO_INSTANTIATE_ARRAY_SORT ( scanf_format_elt_ptr  )
NO_INSTANTIATE_ARRAY_SORT ( printf_format_elt_ptr  )
NO_INSTANTIATE_ARRAY_SORT ( octave_stream  )

Variable Documentation

template class OCTAVE_API Array< bool >

Definition at line 108 of file Array-b.cc.

template class OCTAVE_API Array< octave_idx_type >