Query: kiokudb::typemap::entry
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::TypeMap::Entry(3pm) User Contributed Perl Documentation KiokuDB::TypeMap::Entry(3pm)NAMEKiokuDB::TypeMap::Entry - Role for KiokuDB::TypeMap entriesSYNOPSISpackage KiokuDB::TypeMap::Foo; use Moose; with qw(KiokuDB::TypeMap::Entry); # or just use KiokuDB::TypeMap::Entry::Std sub compile { ... }DESCRIPTIONThis is the role consumed by all typemap entries.REQUIRED METHODScompile $class This method is called by KiokuDB::TypeMap::Resolver for a given class, and should return a KiokuDB::TypeMap::Entry::Compiled object for collapsing and expanding the object. KiokuDB::TypeMap::Entry::Std provides a more concise way of defining typemap entries. perl v5.12.4 2010-10-18 KiokuDB::TypeMap::Entry(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
One instance of comparing grep and awk |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |