#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. |