Data Fields | |
| const char * | name |
| int | type [MIR_DEFARG_MAXTYPES] |
| mirkl_uint32_t | flags |
| mirkl_object_t * | obj |
| void * | odata |
| mirkl_object_t* mir_defarg_t::obj |
Matched argument object on output.
| void* mir_defarg_t::odata |
Pointer to object data, which corresponds to the first matched data type. This type is in type[0] on output after function mir_arg_get_defined
| int mir_defarg_t::type[MIR_DEFARG_MAXTYPES] |
On input this containts allowed data types. On output in type[0] is the matched data type.