22OF_ASSUME_NONNULL_BEGIN
25- (instancetype)of_init OF_METHOD_FAMILY(
init);
31extern bool _OFIRIIsIPv6Host(
OFString *
host) OF_VISIBILITY_HIDDEN;
A class cluster representing a character set.
Definition OFCharacterSet.h:33
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:41
OFString * host
The host part of the IRI.
Definition OFIRI.h:61
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
A class for handling strings.
Definition OFString.h:143