File: Type.pod

package info (click to toggle)
libtangram-perl 2.04-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 572 kB
  • ctags: 495
  • sloc: perl: 5,061; makefile: 36
file content (25 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=head1 NAME

Tangram::Type - mapping individual fields

=head1 DESCRIPTION

Tangram's persistent type system is extensible, allowing you to mount
your own types and make them persistent. All you have to do is to
register your type and provide mapping code. See L<Tangram::Type::Extending>.

Tangram comes with built-in support for the following types:

* string, int, real: see L<Tangram::Scalar>

* reference : see L<Tangram::Ref>

* array : see L<Tangram::Array>, L<Tangram::IntrArray>, L<Tangram::FlatArray>

* Set::Object : see L<Tangram::Set>, L<Tangram::IntrSet>

* Date & Time:  see L<Tangram::DateTime>

* Hashes :  see L<Tangram::FlatHash>

* Arbitrary Perl structures :  see L<Tangram::PerlDump>