The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

SPVM::Sys::Select::Fd_set - fd_set Type in C Language

Usage

  use Sys::Select::Fd_set;
  
  my $fd_set = Sys::Select::Fd_set->new;

Description

Sys::Select::Fd_set is the class for the fd_set type in C language.

See select(2) - Linux man page in Linux.

This is a pointer class.

Class Methods

new

  static method new : Sys::Select::Fd_set ();

Create a new Sys::Select::Fd_set object.

Instance Methods

DESTROY

  method DESTROY : void ();

The destructor.

set

  method set : void ($set : Sys::Select::Fd_set);

Sets the value of this object by copying the $set.

Copyright & License

Copyright 2022-2022 Yuki Kimoto, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.