Rechercher une page de manuel
Imager::Regops.3pm
Langue: en
Version: 2010-04-12 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
NAME
Imager::Regops - generated information about the register based virtual machineSYNOPSIS
use Imager::Regops; $Imager::Regops::Attr{$opname}->{opcode} # opcode for given operator $Imager::Regops::Attr{$opname}->{parms} # number of parameters $Imager::Regops::Attr{$opname}->{types} # types of parameters $Imager::Regops::Attr{$opname}->{func} # operator is a function $Imager::Regops::Attr{$opname}->{result} # r for numeric, p for pixel result $Imager::Regops::MaxOperands; # maximum number of operands
DESCRIPTION
This module is generated automatically from regmach.h so we don't need to maintain the same information in at least one extra place.At least that's the idea.
AUTHOR
Tony Cook, tony@develop-help.comSEE ALSO
perl(1), Imager(3), http://imager.perl.org/Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre