void Ice::stringSeqToArgs | ( | const StringSeq & | seq, |
int & | argc, | ||
const char * | argv[] ) |
Updates argv
to match the contents of seq
.
This function assumes that seq
contains only elements of argv
. The function shifts the argument vector elements so that the vector matches the contents of the sequence.
seq | The string sequence returned from a call to argsToStringSeq. | |
[in,out] | argc | The number of arguments, updated to reflect the size of the sequence. |
argv | The arguments, shifted to match seq . |