UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
anonymous_namespace{uri.cpp} Namespace Reference

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.
 

Function Documentation

◆ copy_token()

void anonymous_namespace{uri.cpp}::copy_token ( const token in,
const char *  in_base,
token out,
char *  out_base 
)
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).

Parameters
[in]inSource token.
[in]in_base
[out]outDestination token.
[in]out_base

Definition at line 72 of file uri.cpp.

+ Here is the caller graph for this function: