Related Functions | List of all members
XsStringArray Struct Reference

A list of XsString values. More...

Related Functions

(Note that these are not member functions.)

void XsStringArray_fromSplicedString (struct XsStringArray *thisPtr, struct XsString const *src, struct XsString const *separators)
 Splice the supplied string and put the resulting substrings in the string array. More...
 
void XsStringArray_join (struct XsStringArray const *thisPtr, struct XsString *result, struct XsString const *separator)
 Join the string array into a single string, inserting separator between substrings. More...
 

Detailed Description

A list of XsString values.

See also
XsArray

Friends And Related Function Documentation

◆ XsStringArray_fromSplicedString()

void XsStringArray_fromSplicedString ( struct XsStringArray thisPtr,
struct XsString const *  src,
struct XsString const *  separators 
)
related

Splice the supplied string and put the resulting substrings in the string array.

The source string will be searched for instances of characters in separators and spliced whereever one was found. The spliced list will not include characters in separators and empty substrings will be discarded.

Parameters
srcThe source string to splice
separatorsA list of separator characters that will be used to splice src.

Definition at line 102 of file xsstringarray.c.

◆ XsStringArray_join()

void XsStringArray_join ( struct XsStringArray const *  thisPtr,
struct XsString result,
struct XsString const *  separator 
)
related

Join the string array into a single string, inserting separator between substrings.

Parameters
resultThe result of the join
separatorThe separator to insert between successive items

Definition at line 145 of file xsstringarray.c.


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


xsens_mti_driver
Author(s):
autogenerated on Sun Sep 3 2023 02:43:22