Mir 1.0
Mir application programming interface
mir_defarg_t Struct Reference

Data Fields

const char * name
 
int type [MIR_DEFARG_MAXTYPES]
 
mirkl_uint32_t flags
 
mirkl_object_t * obj
 
void * odata
 

Field Documentation

◆ obj

mirkl_object_t* mir_defarg_t::obj

Matched argument object on output.

◆ odata

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

◆ type

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.


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