GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdef-package.cc File Reference
#include <algorithm>
#include <iomanip>
#include "cdef-class.h"
#include "cdef-manager.h"
#include "cdef-utils.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "ov-builtin.h"
#include "ov-classdef.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "pt-assign.h"
#include "pt-classdef.h"
#include "pt-idx.h"
#include "pt-misc.h"
#include "pt-stmt.h"

Go to the source code of this file.

Macros

#define DEBUG_TRACE   0
 

Functions

template<typename T1 , typename T2 >
Cell map2Cell (const std::map< T1, T2 > &m)
 

Macro Definition Documentation

◆ DEBUG_TRACE

#define DEBUG_TRACE   0

Definition at line 51 of file cdef-package.cc.

Function Documentation

◆ map2Cell()

template<typename T1 , typename T2 >
Cell map2Cell ( const std::map< T1, T2 > &  m)

Definition at line 82 of file cdef-package.cc.

References m, and to_ov().