debian man page for class::makemethods::template::flyweight

Query: class::makemethods::template::flyweight

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MakeMethods::Template::Flyweight(3pm)			User Contributed Perl Documentation		     MakeMethods::Template::Flyweight(3pm)

NAME
Class::MakeMethods::Template::Flyweight - Deprecated name for InsideOut
SYNOPSIS
package MyObject; use Class::MakeMethods::Template::InsideOut ( new => [ 'new' ] scalar => [ 'foo', 'bar' ] ); package main; my $obj = MyObject->new( foo => "Foozle", bar => "Bozzle" ); print $obj->foo(); # Prints Foozle $obj->bar("Bamboozle"); # Sets $obj->{bar}
DESCRIPTION
Earlier versions of this package included a package named Class::MakeMethods::Template::Flyweight. However, in hindsight, this name was poorly chosen, as it suggests that the Flyweight object design pattern is being used, when the functionality is more akin to what's sometimes known as "inside-out objects." This functionality is now provided by Class::MakeMethods::Template::InsideOut, of which this is an almost-empty subclass retained to provide backwards compatibility.
SEE ALSO
Class::MakeMethods::Template::InsideOut. perl v5.10.1 2004-09-06 MakeMethods::Template::Flyweight(3pm)
Related Man Pages
class::makemethods::emulator::accessors(3pm) - debian
class::makemethods::template::classvar(3pm) - debian
class::makemethods::template::global(3pm) - debian
class::makemethods::template::hash(3pm) - debian
class::mixinfactory::insideoutattr(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph