uriparser 0.9.8
|
#include <Uri.h>
Data Fields | |
const char * | first |
const char * | afterLast |
Specifies a range of characters within a string. The range includes all characters from first
to one before afterLast
. So if both are non-NULL the difference is the length of the text range.
const char* afterLast |
Pointer to character after the last one still in
const char* first |
Pointer to first character