1ExtUtils::XSpp::Node::DUessetrruCcotnotrr(i3b)uted PerlEDxotcUutmielnst:a:tXiSopnp::Node::Destructor(3)
2
3
4

NAME

6       ExtUtils::XSpp::Node::Destructor - Node representing a destructor
7       method
8

DESCRIPTION

10       An ExtUtils::XSpp::Node::Method subclass representing a destructor such
11       as:
12
13         class FooBar {
14           ~FooBar(); // <-- this one
15         };
16

METHODS

18   new
19       Creates a new "ExtUtils::XSpp::Node::Destructor".
20
21       Most of the functionality of this class is inherited. This means that
22       all named parameters of ExtUtils::XSpp::Node::Method and its base class
23       are also valid for this class' destructor.
24
25       Additionally, this class requires that no return type has been
26       specified as destructors do not have return types.
27
28   perl_function_name
29       Returns the name of the class with "::DESTROY" appended.
30
31
32
33perl v5.32.0                      2020-07-28ExtUtils::XSpp::Node::Destructor(3)
Impressum