Section 3 of the manual describes all library functions excluding the library functions (system call wrappers) described in Section 2, which implement system calls.
Page 29
- Clang::Diagnostic
- Clang diagnostic class
- Clang::Index
- Clang index class
- Clang::TUnit
- Clang translation unit class
- Clang::Type
- Clang type class
- Clang::TypeKind
- Clang type kind class
- Class
- nx::Class - API reference of the base-metaclass of the NX objectsystem
- Class::Accessor
- Automated accessor generation
- Class::Accessor::Chained
- make chained accessors
- Class::Accessor::Chained::Fast
- Faster, but less expandable, chained accessors
- Class::Accessor::Children
- Automated child-class/accessor generation
- Class::Accessor::Children::Fast
- Faster, child-class/accessor generation
- Class::Accessor::Class
- simple class variable accessors
- Class::Accessor::Classy
- accessors with minimal inheritance
- Class::Accessor::Fast
- Faster, but less expandable, accessors
- Class::Accessor::Faster
- Even faster, but less expandable, accessors
- Class::Accessor::Grouped
- Lets you build groups of accessors
- Class::Accessor::Lite
- a minimalistic variant of Class::Accessor
- Class::Accessor::Lvalue
- create Lvalue accessors
- Class::Accessor::Lvalue::Fast
- create simplified Lvalue accessors
- Class::Accessor::Named
- Better profiling output for Class::Accessor
- Class::Adapter
- Perl implementation of the "Adapter" Design Pattern
- Class::Adapter::Builder
- Generate Class::Adapter classes
- Class::Adapter::Clear
- A handy base Adapter class that makes no changes
- Class::AutoloadCAN
- Make AUTOLOAD, can and inheritance cooperate
- Class::Autouse
- Run-time load a class the first time you call a method in it
- Class::Base
- useful base class for deriving other modules
- Class::C3
- A pragma to use the C3 method resolution order algorithm
- Class::C3::Adopt::NEXT
- make NEXT suck less
- Class::C3::Componentised
- Load mix-ins or components to your C3-based class
- Class::C3::Componentised::ApplyHooks
- Run methods before or after components are injected
- Class::C3::XS
- XS speedups for Class::C3
- Class::C3::next
- Pure-perl next::method and friends
- Class::CSV
- Class based CSV parser/writer
- Class::Container
- Glues object frameworks together transparently
- Class::Contract
- Design-by-Contract OO in Perl
- Class::Contract::Production
- Class::Contract - Design-by-Contract OO in Perl
- Class::DBI
- Simple Database Abstraction
- Class::DBI::AbstractSearch
- Abstract Class::DBI's SQL with SQL::Abstract::Limit
- Class::DBI::AsForm
- Produce HTML form elements for database columns
- Class::DBI::Attribute
- A value in a column
- Class::DBI::Cascade::Delete
- Delete related objects
- Class::DBI::Cascade::Fail
- Do not cascade if foreign objects exist
- Class::DBI::Cascade::None
- Do nothing upon deletion
- Class::DBI::Column
- A column in a table
- Class::DBI::ColumnGrouper
- Columns and Column Groups
- Class::DBI::FromCGI
- Update Class::DBI data using CGI::Untaint
- Class::DBI::FromForm
- Update Class::DBI data using Data::FormValidator or HTML Widget
- Class::DBI::Iterator
- Iterate over Class::DBI search results
- Class::DBI::Loader
- Dynamic definition of Class::DBI sub classes
- Class::DBI::Loader::Generic
- Generic Class::DBI::Loader Implementation
- Class::DBI::Loader::Pg
- Class::DBI::Loader Postgres Implementation
- Class::DBI::Loader::Relationship
- Easier relationship specification in CDBI::L
- Class::DBI::Loader::SQLite
- Class::DBI::Loader SQLite Implementation
- Class::DBI::Loader::mysql
- Class::DBI::Loader mysql Implementation
- Class::DBI::Pager
- Pager utility for Class::DBI
- Class::DBI::Pg
- Class::DBI extension for Postgres
- Class::DBI::Plugin
- Abstract base class for Class::DBI plugins
- Class::DBI::Plugin::AbstractCount
- get COUNT(*) results with abstract SQL
- Class::DBI::Plugin::Pager
- paged queries for CDBI
- Class::DBI::Plugin::RetrieveAll
- more complex retrieve_all() for Class::DBI
- Class::DBI::Plugin::Type
- Determine type information for columns
- Class::DBI::Query
- Deprecated SQL manager for Class::DBI
- Class::DBI::Relationship
- base class for Relationships
- Class::DBI::SQL::Transformer
- Transform SQL
- Class::DBI::SQLite
- Extension to Class::DBI for sqlite
- Class::DBI::Search::Basic
- Simple Class::DBI search
- Class::DBI::Sweet
- Making sweet things sweeter
- Class::DBI::Sweet::Topping
- Topping for Class::DBI::Sweet
- Class::DBI::Test::SQLite
- Base class for Class::DBI tests
- Class::DBI::mysql
- Extensions to Class::DBI for MySQL
- Class::Data::Accessor
- Inheritable, overridable class and instance data accessor creation
- Class::Data::Inheritable
- Inheritable, overridable class data
- Class::Date
- Class for easy date and time manipulation
- Class::Default
- Static calls apply to a default instantiation
- Class::Delegator
- Simple and fast object-oriented delegation
- Class::EHierarchy
- Base class for hierarchally ordered objects
- Class::ErrorHandler
- Base class for error handling
- Class::Factory
- Base class for dynamic factory classes
- Class::Factory::Util
- Provide utility methods for factory classes
- Class::Field
- Class Field Accessor Generator
- Class::Gomor
- another class and object builder
- Class::Gomor::Array
- class and object builder, array version
- Class::Gomor::Hash
- class and object builder, hash version
- Class::Handle
- Create objects that are handles to Classes
- Class::ISA
- report the search path for a class's ISA tree
- Class::Inner
- A perlish implementation of Java like inner classes
- Class::InsideOut
- a safe, simple inside-out object construction kit
- Class::InsideOut::Manual::About
- guide to this and other implementations of the inside-out technique
- Class::InsideOut::Manual::Advanced
- guide to advanced usage
- Class::Inspector
- Get information about a class and its structure
- Class::Inspector::Functions
- Get information about a class and its structure
- Class::Load
- A working (require "Class::Name") and more
- Class::Load::XS
- XS implementation of parts of Class::Load
- Class::Loader
- Load modules and create objects on demand
- Class::MOP
- A Meta Object Protocol for Perl 5
- Class::MOP::Attribute
- Attribute Meta Object
- Class::MOP::Class
- Class Meta Object
- Class::MOP::Class::Immutable::Trait
- Implements immutability for metaclass objects
- Class::MOP::Deprecated
- Manages deprecation warnings for Class::MOP
- Class::MOP::Instance
- Instance Meta Object