mexopencv  3.4.1
MEX interface for OpenCV library
Public Attributes | List of all members
mexGlobalTableEntry_Tag Struct Reference

#include <mex.h>

Public Attributes

const char * name
 The name of the global. More...
 
mxArray ** variable
 A pointer to the variable. More...
 

Detailed Description

Definition at line 70 of file mex.h.

Member Data Documentation

◆ name

const char* mexGlobalTableEntry_Tag::name

The name of the global.

Definition at line 72 of file mex.h.

◆ variable

mxArray** mexGlobalTableEntry_Tag::variable

A pointer to the variable.

Definition at line 73 of file mex.h.


The documentation for this struct was generated from the following file: