Classes | |
class | wxURI |
wxURI is used to extract information from a URI (Uniform Resource Identifier). More... | |
Enumerations | |
enum | wxURIHostType { wxURI_REGNAME , wxURI_IPV4ADDRESS , wxURI_IPV6ADDRESS , wxURI_IPVFUTURE } |
Host type of URI returned from wxURI::GetHostType(). More... | |
enum wxURIHostType |
Host type of URI returned from wxURI::GetHostType().
Enumerator | |
---|---|
wxURI_REGNAME | Host is a normal register name ( |
wxURI_IPV4ADDRESS | Host is a version 4 ip address ( |
wxURI_IPV6ADDRESS | Host is a version 6 ip address ( |
wxURI_IPVFUTURE | Host is a future ip address, wxURI is unsure what kind. |