libRoadRunner C API  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
StringArray routines

Utility rountines to deal with the string array type. More...

Functions

int getNumberOfStringElements (const RRStringArrayPtr list)
 Returns the length of a string array. More...
 
char * getStringElement (RRStringArrayPtr list, int index)
 Returns the indexth element from the string array in the argument value. More...
 

Detailed Description

Utility rountines to deal with the string array type.

Function Documentation

int getNumberOfStringElements ( const RRStringArrayPtr  list)

Returns the length of a string array.

Returns
Returns the length of a string array, return -1 if string array is NULL
char* getStringElement ( RRStringArrayPtr  list,
int  index 
)

Returns the indexth element from the string array in the argument value.

Returns
Returns pointer to string else return null if error