Navigation

Operators and Keywords

Function List:

C++ API

op-chm.cc File Reference

#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-ch-mat.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
Include dependency graph for op-chm.cc:

Functions

 DEFUNOP (transpose, char_matrix)
 DEFNDCATOP_FN (chm_chm, char_matrix, char_matrix, char_array, char_array, concat) DEFCATOP(chm_s
scalar CAST_BINOP_ARGS (octave_char_matrix &, const octave_scalar &)
 gripe_implicit_conversion ("Octave:num-to-str", v2.type_name(), v1.type_name())
return octave_value (v1.char_array_value().concat(v2.array_value(), ra_idx))
 DEFCATOP (chm_m, char_matrix, matrix)
 DEFCATOP (s_chm, scalar, char_matrix)
 DEFCATOP (m_chm, matrix, char_matrix)
void install_chm_ops (void)

Variables

 char_matrix

Function Documentation

scalar CAST_BINOP_ARGS ( octave_char_matrix ,
const octave_scalar  
)
DEFCATOP ( m_chm  ,
matrix  ,
char_matrix   
)
DEFCATOP ( chm_m  ,
char_matrix  ,
matrix   
)
DEFCATOP ( s_chm  ,
scalar  ,
char_matrix   
)
DEFNDCATOP_FN ( chm_chm  ,
char_matrix  ,
char_matrix  ,
char_array  ,
char_array  ,
concat   
)
DEFUNOP ( transpose  ,
char_matrix   
)
gripe_implicit_conversion ( "Octave:num-to-str"  ,
v2.  type_name(),
v1.  type_name() 
)
void install_chm_ops ( void   ) 
return octave_value ( v1.  char_array_value).concat(v2.array_value(), ra_idx  ) 

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines