Man Pages in libclass-makemethods-perl

  1. Carta.tech
  2. Packages
  3. libclass-makemethods-perl
  • 59

    Section 3pm: Library calls

    Class::MakeMethods.3pm
    Generate common types of methods
    Class::MakeMethods::Attribute.3pm
    Declare generated subs with attribute syntax
    Class::MakeMethods::Autoload.3pm
    Declare generated subs with autoload
    Class::MakeMethods::Basic.3pm
    Make really simple methods
    Class::MakeMethods::Basic::Array.3pm
    Basic array methods
    Class::MakeMethods::Basic::Global.3pm
    Basic shared methods
    Class::MakeMethods::Basic::Hash.3pm
    Basic hash methods
    Class::MakeMethods::Composite.3pm
    Make extensible compound methods
    Class::MakeMethods::Composite::Array.3pm
    Basic array methods
    Class::MakeMethods::Composite::Global.3pm
    Global data
    Class::MakeMethods::Composite::Hash.3pm
    Composite hash methods
    Class::MakeMethods::Composite::Inheritable.3pm
    Overridable data
    Class::MakeMethods::Composite::Universal.3pm
    Composite method tricks
    Class::MakeMethods::Docs::Catalog.3pm
    List of makable method types
    Class::MakeMethods::Docs::Changes.3pm
    History of class::makemethods
    Class::MakeMethods::Docs::Examples.3pm
    Sample declarations and usage
    Class::MakeMethods::Docs::ReadMe.3pm
    About class::makemethods
    Class::MakeMethods::Docs::RelatedModules.3pm
    Survey of class builders
    Class::MakeMethods::Docs::ToDo.3pm
    Ideas, problems, and suggestions
    Class::MakeMethods::Emulator.3pm
    Demonstrate class-generator equivalency
    Class::MakeMethods::Emulator::AccessorFast.3pm
    Emulate class::accessor::fast
    Class::MakeMethods::Emulator::Inheritable.3pm
    Emulate class::inheritable
    Class::MakeMethods::Emulator::MethodMaker.3pm
    Emulate class::methodmaker
    Class::MakeMethods::Emulator::Singleton.3pm
    Emulate class::singleton
    Class::MakeMethods::Emulator::Struct.3pm
    Emulate class::struct
    Class::MakeMethods::Emulator::accessors.3pm
    Emulate the accessors module
    Class::MakeMethods::Emulator::mcoder.3pm
    Emulate the mcoder module
    Class::MakeMethods::Evaled.3pm
    Make methods with simple string evals
    Class::MakeMethods::Evaled::Hash.3pm
    Typical hash methods
    Class::MakeMethods::Standard.3pm
    Make common object accessors
    Class::MakeMethods::Standard::Array.3pm
    Methods for array objects
    Class::MakeMethods::Standard::Global.3pm
    Global data
    Class::MakeMethods::Standard::Hash.3pm
    Standard hash methods
    Class::MakeMethods::Standard::Inheritable.3pm
    Overridable data
    Class::MakeMethods::Standard::Universal.3pm
    Generic methods
    Class::MakeMethods::Template.3pm
    Extensible code templates
    Class::MakeMethods::Template::Array.3pm
    Methods for manipulating positional values in arrays
    Class::MakeMethods::Template::Class.3pm
    Associate information with a package
    Class::MakeMethods::Template::ClassInherit.3pm
    Overridable class data
    Class::MakeMethods::Template::ClassName.3pm
    Access object's class
    Class::MakeMethods::Template::ClassVar.3pm
    Static methods with subclass variation
    Class::MakeMethods::Template::Flyweight.3pm
    Deprecated name for insideout
    Class::MakeMethods::Template::Generic.3pm
    Templates for common meta-method types
    Class::MakeMethods::Template::Global.3pm
    Method that are not instance-dependent
    Class::MakeMethods::Template::Hash.3pm
    Method interfaces for hash-based objects
    Class::MakeMethods::Template::Inheritable.3pm
    Overridable data
    Class::MakeMethods::Template::InsideOut.3pm
    External data
    Class::MakeMethods::Template::PackageVar.3pm
    Static methods with global variables
    Class::MakeMethods::Template::Ref.3pm
    Universal copy and compare methods
    Class::MakeMethods::Template::Scalar.3pm
    Methods for blessed scalars
    Class::MakeMethods::Template::Static.3pm
    Deprecated name for global
    Class::MakeMethods::Template::Struct.3pm
    Deprecated name for array
    Class::MakeMethods::Template::StructBuiltin.3pm
    Generates a wrapper around some builtin function
    Class::MakeMethods::Template::Universal.3pm
    Meta-methods for any type of object
    Class::MakeMethods::Utility::ArraySplicer.3pm
    Common array ops
    Class::MakeMethods::Utility::DiskCache.3pm
    Optional template feature
    Class::MakeMethods::Utility::Inheritable.3pm
    "inheritable" data
    Class::MakeMethods::Utility::Ref.3pm
    Deep copying and comparison
    Class::MakeMethods::Utility::TextBuilder.3pm
    Basic text substitutions