const void* qEntryGet ( Q_ENTRY entry,
const char *  name,
int *  size 
)

Find object with given name

Parameters:
entry Q_ENTRY pointer
name key name
size if size is not NULL, object size will be stored.
Returns:
a pointer of the stored object.
Note:
Because of qEntryGet() returns internal object pointer, you do not modify it directly and do not free it. So if you would like to modify that object, use it after duplicating.

Definition at line 279 of file qEntry.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1