aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Class-XSAccessor/pkg-descr
blob: 02cec5843874ab606cedc696911dca0b594610d3 (plain) (tree)
1
2
3
4
5
6
7






                                                                             
Class::XSAccessor implements fast read, write and read/write accessors in XS.
Additionally, it can provide predicates such as has_foo() for testing whether
the attribute foo is defined in the object. It only works with objects that
are implemented as ordinary hashes. Class::XSAccessor::Array implements the
same interface for objects that use arrays for their internal representation.

WWW: http://search.cpan.org/dist/Class-XSAccessor/