2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::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/Coherent/UIGT/UISystem.h>

Public Attributes

const char * 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.