ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/doc/generic-object.pod
(Generate patch)

Comparing CBOR-XS/doc/generic-object.pod (file contents):
Revision 1.1 by root, Tue Nov 26 09:43:39 2013 UTC vs.
Revision 1.2 by root, Thu Nov 28 10:16:50 2013 UTC

1=head1 REGISTRATION INFORMATION 1=head1 REGISTRATION INFORMATION
2 2
3 Tag <unassigned> 3 Tag 27
4 Data Item array [typename, constructargs...] 4 Data Item array [typename, constructargs...]
5 Semantics Serialised language-independent object with type name and constructor arguments 5 Semantics Serialised language-independent object with type name and constructor arguments
6 Reference http://cbor.schmorp.de/generic-object 6 Reference http://cbor.schmorp.de/generic-object
7 Contact Marc A. Lehmann <cbor@schmorp.de> 7 Contact Marc A. Lehmann <cbor@schmorp.de>
8 8
27the typename with a language name or other identifiying string, and a 27the typename with a language name or other identifiying string, and a
28slash. Additional array members are determined by the data type. 28slash. Additional array members are determined by the data type.
29 29
30=head1 EXAMPLES 30=head1 EXAMPLES
31 31
32 tag(["ISO/8601", "2013-11-16"]) 32 27(["ISO/8601", "2013-11-16"])
33 tag(["AmountDue", 100, "EUR"]) 33 27(["AmountDue", 100, "EUR"])
34 tag(["C/wchar_t", 71626272]) 34 27(["C/wchar_t", 71626272])
35 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines