Coherent UI  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Coherent::UI::URLComponent Struct Reference

Struct for storing a component of an URL Used by URLParser::Parse to return the scheme, network location, query and fragment components of an URL. More...

#include <Coherent/UI/URLParse.h>

Public Attributes

const wchar_t * Start
 Pointer to the beginning of the component. May be nullptr if the component is not present.
 
unsigned long Length
 Length of the component.
 

Detailed Description

Struct for storing a component of an URL Used by URLParser::Parse to return the scheme, network location, query and fragment components of an URL.