ParameterDictGetObject

Gets an object argument from the dictionary

Synopsis

int ParameterDictGetObject(ParameterDict dict, const char key[], void **data)
Not collective

Input Parameters

dict - The ParameterDict
key - The argument name

Output Parameter

data -The object

Keywords

ParameterDict, get, object

See Also

ParameterDictGetInteger(), ParameterDictGetDouble(), ParameterDictSetObject()

Level:beginner
Location:
src/sys/src/utils/dict.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages