Xiqual 0.7.2
In file include/xistr.h: The token structure.
-
char* s
- A copy of the original string.
-
size_t len
- The length of the string memory.
-
char* d
- The delimiter string
-
size_t dlen
- Length of the delimiter string.
-
List tokens
- The individual tokens or words.
Documentation
The token structure.
char* s
-
A copy of the original string.
There will be "holes" where the delimiters were,
so use the tokens list to access.
size_t len
-
The length of the string memory.
Used internally, but might be useful to users.
char* d
-
The delimiter string
size_t dlen
-
Length of the delimiter string.
Maybe not the most useful element.
List tokens
-
The individual tokens or words.
The size element in the list will contain
the number of tokens. Each token is a plain
Node structure with its data pointer being
a pointer to a string (the token).
- See Also:
- strtokenise(), List
Alphabetic index
This page was generated with the help of DOC++.