Searched refs:overloading (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm177 overload - Package for overloading perl operations
226 Since overloading respects inheritance via the @ISA hierarchy, the
227 above declaration would also trigger overloading of C<+> and C<*=> in
383 C<int> is unavailable, it can be autogenerated using the overloading of
406 glob (which may require a stringification). The same overloading
455 =head2 Inheritance and overloading
457 Inheritance interacts with overloading in two ways.
497 parameters. If defined, it is called when the overloading mechanism
547 yet, see L<"Inheritance and overloading">.
670 =head1 Losing overloading
[all...]
H A DSwitch.pm825 The C<__> subroutine makes extensive use of operator overloading to
830 The only problem is that operator overloading does not allow the
H A Dbignum.pm290 overloading of '..' is not yet possible in Perl (as of v5.8.0):
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm42 built-in scalars, allowing for selective overloading of methods. The C<new>
H A DArray.pm175 like standard arrays, allowing for selective overloading of methods.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c1424 I32 overloading = 0; local
1518 overloading = 1;
1589 ? ( overloading ? amagic_i_ncmp : sv_i_ncmp)
1590 : ( overloading ? amagic_ncmp : sv_ncmp))
1592 ? ( overloading
1595 : ( overloading ? amagic_cmp : sv_cmp_static)));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm318 =head2 Alias overloading
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm266 # have numify(), then hopefully it will have overloading for int() and
322 # have numify(), then hopefully it will have overloading for int() and
3798 The public API must remain consistent, i.e. if a sub-class is overloading
3848 in your subclass to automatically inherit the overloading from the parent. If
3849 you like, you can change part of the overloading, look at Math::String for an
3934 overloading) to work as you expect. It also solves problems with C<Test.pm>,
H A DComplex.pm1853 Thanks to overloading, the handling of arithmetics with complex numbers
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm984 Murray Nesbitt made Storable thread-safe. Marc Lehmann added overloading
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm4555 (such as by over-riding keywords, overloading constants or whatever)

Completed in 70 milliseconds