Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
url_host_value Union Reference
Collaboration diagram for url_host_value:
[legend]

Public Member Functions

 ~url_host_value ()
 

Data Fields

std::string domain
 
uint32_t ipv4
 
uint16_t ipv6 [8]
 
std::string opaque
 

Detailed Description

Definition at line 63 of file node_url.cc.

Constructor & Destructor Documentation

◆ ~url_host_value()

~url_host_value ( )
inline

Definition at line 68 of file node_url.cc.

Field Documentation

◆ domain

std::string domain

Definition at line 64 of file node_url.cc.

◆ ipv4

uint32_t ipv4

Definition at line 65 of file node_url.cc.

◆ ipv6

uint16_t ipv6[8]

Definition at line 66 of file node_url.cc.

◆ opaque

std::string opaque

Definition at line 67 of file node_url.cc.


The documentation for this union was generated from the following file: