Class for writing Settings into Matlab's mxArray. More...
Class for writing Settings into Matlab's mxArray.
#include <mex_parser.h>
Public Member Functions | |
| UImxArray (const mxArray *mxarray) | |
| Build an instance of Config with fields filled from the given mxarray.  | |
| void | addList (const mxArray *mxarray, const char *name) | 
Add libconfig's list to the structure.  | |
| void | addGroup (const mxArray *mxarray, const char *name) | 
Add libconfig's group to the structure.  | |
| operator Setting & () | |
| Operator for more convenient access to this Confic.  | |
 1.6.1