Name
SPVM::Sys::Socket::AddrinfoLinkedList - Linked List of struct addrinfo in the C language
Description
Sys::Socket::AddrinfoLinkedList class in SPVM represents the linked list of struct addrinfo in the C language.
Usage
use Sys::Socket::AddrinfoLinkedList;
Instance Methods
DESTROY
method DESTROY : void ();
The destructor.
to_array
method to_array : Sys::Socket::Addrinfo[]
();>
Converts this instance to the array of the Sys::Socket::Addrinfo class and returns it.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License