|
This operation is used to construct an instance of this class. The client species a string and an offset within that string, from which to start collecting "words" to place into the vector instance.
- Precondition:
-
- Returns:
- A instance of an argument vector, which represents the words contained in the provided string.
- NULL if there is insuffcient resource
- Postcondition:
- The client becomes resposible for releasing the instance when they are finished with it, by calling lub_argv_delete()
- Parameters:
-
line |
The string to analyse |
offset |
The offset in the string to start from |
|