Functions | |
Scope restricted to file | |
| void | copy_token (const token *in, const char *in_base, token *out, char *out_base) |
| Copy the offset and size from a token to another token. | |
|
inline |
Copy the offset and size from a token to another token.
Tokens are generally pointers into other strings. This copies the offset and size from a token (in) relative to one string (in_base) into a token (out) relative to another string (out_base).
| [in] | in | Source token. |
| [in] | in_base | |
| [out] | out | Destination token. |
| [in] | out_base |
Definition at line 72 of file uri.cpp.
Here is the caller graph for this function: