ossp-pkg/uuid/uuid++.pod 1.2 -> 1.3
--- uuid++.pod 2006/01/13 06:44:30 1.2
+++ uuid++.pod 2006/05/11 09:37:28 1.3
@@ -115,7 +115,7 @@
=item uuid &B<uuid::operator=>(const char *_str);
-The assignment operator corresponding to the import constructor for string representation.
+The assignment operator corresponding to the import constructor for string and single integer value representation.
=item uuid B<uuid::clone>(void);
@@ -177,6 +177,10 @@
Regular method corresponding to the C API function B<uuid_export> for string representation usage.
+=item char *B<uuid::integer>(void);
+
+Regular method corresponding to the C API function B<uuid_export> for single integer value representation usage.
+
=item char *B<uuid::summary>(void);
Regular method corresponding to the C API function B<uuid_export> for textual summary representation usage.
|
|