Function Snpe_StringList_End¶
Defined in File StringList.h
Function Documentation¶
-
const char **Snpe_StringList_End(Snpe_StringList_Handle_t stringListHandle)¶
Pointer to one after the last string in the list. Can be used to iterate through the list.
- Parameters
stringListHandle – [in] : Handle to access the stringList
- Returns
Pointer to one after the last string in the list