diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-27 09:44:05 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-05 10:15:53 -0600 |
commit | 37738dd69b192fdc59c34ae34704f5154dfa4ed0 (patch) | |
tree | 8d3ff66c93cb1a8fc6a79a51019e7300d807a482 /hv.h | |
parent | 87b26de2056bf6a784c45524973b489a9c0bf4c5 (diff) | |
download | perl-37738dd69b192fdc59c34ae34704f5154dfa4ed0.tar.gz |
Note for Devel::PPPort HvNAME_get, HvNAMELEN_get
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -159,6 +159,10 @@ See C<L</SvSTASH>>, C<L</CvSTASH>>. =for apidoc Am|STRLEN|HvNAMELEN|HV *stash Returns the length of the stash's name. +Disfavored forms of HvNAME and HvNAMELEN; suppress mention of them +=for apidoc Cmh|char*|HvNAME_get|HV* stash +=for apidoc Amh|char*|HvNAMELEN_get|HV* stash + =for apidoc Am|unsigned char|HvNAMEUTF8|HV *stash Returns true if the name is in UTF-8 encoding. |