GNU Octave  4.2.1
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
Functions
op-str-s.cc File Reference
#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-scalar.h"
#include "ov-str-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
Include dependency graph for op-str-s.cc:

Go to the source code of this file.

Functions

void install_str_s_ops (void)
 
static octave_value oct_assignop_assign (octave_base_value &a1, const octave_value_list &idx, const octave_base_value &a2)
 
static octave_value oct_catop_s_str (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 
static octave_value oct_catop_str_s (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 

Function Documentation

void install_str_s_ops ( void  )

Definition at line 54 of file op-str-s.cc.

References INSTALL_ASSIGNOP, and INSTALL_CATOP.

Referenced by install_ops().

static octave_value oct_assignop_assign ( octave_base_value a1,
const octave_value_list idx,
const octave_base_value a2 
)
static
static octave_value oct_catop_s_str ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static

Definition at line 51 of file op-str-s.cc.

static octave_value oct_catop_str_s ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static

Definition at line 49 of file op-str-s.cc.