The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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

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