Интерактивная система просмотра системных руководств (man-ов)
Glib::Flags (3)
>> Glib::Flags (3) ( Разные man: Библиотечные вызовы )
NAME
Glib::Flags
DESCRIPTION
Glib maps flag and enum values to the nicknames strings provided by the
underlying C libraries. Representing flags this way in Perl is an interesting
problem, which Glib solves by using some cool overloaded operators.
The functions described here actually do the work of those overloaded
operators. See the description of the flags operators in the ``This Is
Now That'' section of Glib for more info.
METHODS
scalar = $a->all ($b, $swap)
* $b (scalar)
* $swap (integer)
scalar = $a->as_arrayref ($b, $swap)
* $b (scalar)
* $swap (integer)
integer = $a->bool ($b, $swap)
* $b (scalar)
* $swap (integer)
integer = $a->eq ($b, $swap)
* $b (scalar)
* $swap (integer)
integer = $a->ge ($b, $swap)
* $b (scalar)
* $swap (integer)
scalar = $a->intersect ($b, $swap)
* $b (scalar)
* $swap (integer)
scalar = $a->sub ($b, $swap)
* $b (scalar)
* $swap (integer)
scalar = $a->union ($b, $swap)
* $b (scalar)
* $swap (integer)
scalar = $a->xor ($b, $swap)
* $b (scalar)
* $swap (integer)
SEE ALSO
Glib
COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team.
This software is licensed under the LGPL. See Glib for a full notice.