diff --git a/doc/api/clj-uuid.bitmop.html b/doc/api/clj-uuid.bitmop.html index 2dc88c1..c7f8761 100644 --- a/doc/api/clj-uuid.bitmop.html +++ b/doc/api/clj-uuid.bitmop.html @@ -1,4 +1,4 @@ -clj-uuid.bitmop documentation

clj-uuid.bitmop

assemble-bytes

(assemble-bytes v)

bit-count

(bit-count x)

bytes->long

(bytes->long arr i)

dpb

(dpb bitmask num value)
Deposit Byte
+clj-uuid.bitmop documentation

clj-uuid.bitmop

assemble-bytes

(assemble-bytes v)

bit-count

(bit-count x)

bytes->long

(bytes->long arr i)

dpb

(dpb bitmask num value)
Deposit Byte
 

expt2

(expt2 pow)

hex

(hex thing)

ldb

(ldb bitmask num)
Load Byte
 

long->bytes

(long->bytes x)(long->bytes x arr i)

mask

(mask width offset)

mask-offset

(mask-offset m)

mask-width

(mask-width m)

octet-hex

(octet-hex num)

pphex

(pphex x)

sb16

(sb16 num)

sb32

(sb32 num)

sb64

(sb64 num)

sb8

(sb8 num)

ub16

(ub16 num)

ub24

(ub24 num)

ub32

(ub32 num)

ub4

(ub4 num)

ub48

(ub48 num)

ub56

(ub56 num)

ub8

(ub8 num)
\ No newline at end of file diff --git a/doc/api/clj-uuid.clock.html b/doc/api/clj-uuid.clock.html index 6de2181..54122f1 100644 --- a/doc/api/clj-uuid.clock.html +++ b/doc/api/clj-uuid.clock.html @@ -1,3 +1,3 @@ -clj-uuid.clock documentation

clj-uuid.clock

+subcounter-resolution+

->State

(->State seqid millis)
Positional factory function for class clj_uuid.clock.State.
+clj-uuid.clock documentation

clj-uuid.clock

+subcounter-resolution+

->State

(->State seqid millis)
Positional factory function for class clj_uuid.clock.State.
 

monotonic-time

(monotonic-time)

posix-time

(posix-time)(posix-time millis)

universal-time

(universal-time)(universal-time millis)
\ No newline at end of file diff --git a/doc/api/clj-uuid.constants.html b/doc/api/clj-uuid.constants.html index 4d8063d..9988395 100644 --- a/doc/api/clj-uuid.constants.html +++ b/doc/api/clj-uuid.constants.html @@ -1,2 +1,2 @@ -clj-uuid.constants documentation

clj-uuid.constants

+clock-seq+

+hex-chars+

+ub1-mask+

+ub12-mask+

+ub16-mask+

+ub24-mask+

+ub32-mask+

+ub4-mask+

+ub40-mask+

+ub48-mask+

+ub56-mask+

+ub60-mask+

+ub63-mask+

+ub8-mask+

hex-regex

urn-regex

uuid-regex

\ No newline at end of file +clj-uuid.constants documentation

clj-uuid.constants

+clock-seq+

+hex-chars+

+ub1-mask+

+ub12-mask+

+ub16-mask+

+ub24-mask+

+ub32-mask+

+ub4-mask+

+ub40-mask+

+ub48-mask+

+ub56-mask+

+ub60-mask+

+ub63-mask+

+ub8-mask+

hex-regex

urn-regex

uuid-regex

\ No newline at end of file diff --git a/doc/api/clj-uuid.html b/doc/api/clj-uuid.html index b547627..0035c6c 100644 --- a/doc/api/clj-uuid.html +++ b/doc/api/clj-uuid.html @@ -1,5 +1,5 @@ -clj-uuid documentation

clj-uuid

+namespace-dns+

+namespace-oid+

+namespace-url+

+namespace-x500+

monotonic-time

(monotonic-time)
Return a monotonic timestamp (guaranteed always increasing)  based on 
+clj-uuid documentation

clj-uuid

+namespace-dns+

+namespace-oid+

+namespace-url+

+namespace-x500+

monotonic-time

(monotonic-time)
Return a monotonic timestamp (guaranteed always increasing)  based on 
 the number of 100-nanosecond intervals since the adoption of the Gregorian 
 calendar in the West, 12:00am Friday October 15, 1582 UTC.

null

(null)
Generates the v0 (null) UUID, 00000000-0000-0000-0000-000000000000.
 

squuid

(squuid)
Generate a SQUUID (sequential, random) unique identifier.  SQUUID's
diff --git a/doc/api/clj-uuid.node.html b/doc/api/clj-uuid.node.html
index b360a6a..0d4dab0 100644
--- a/doc/api/clj-uuid.node.html
+++ b/doc/api/clj-uuid.node.html
@@ -1,2 +1,2 @@
 
-clj-uuid.node documentation

clj-uuid.node

+node-id+

+v1-lsb+

\ No newline at end of file +clj-uuid.node documentation

clj-uuid.node

+node-id+

+v1-lsb+

\ No newline at end of file diff --git a/doc/api/clj-uuid.util.html b/doc/api/clj-uuid.util.html index 368f459..806db40 100644 --- a/doc/api/clj-uuid.util.html +++ b/doc/api/clj-uuid.util.html @@ -1,5 +1,5 @@ -clj-uuid.util documentation

clj-uuid.util

compile-if

macro

(compile-if exp then else)
Evaluate `exp` and if it returns logical true and doesn't error, expand to
+clj-uuid.util documentation

clj-uuid.util

compile-if

macro

(compile-if exp then else)
Evaluate `exp` and if it returns logical true and doesn't error, expand to
 `then` otherwise expand to `else`.  
 credit: <clojure/src/clj/clojure/core/reducers.clj#L24>
 
diff --git a/doc/api/index.html b/doc/api/index.html
index 0285995..bd98b7c 100644
--- a/doc/api/index.html
+++ b/doc/api/index.html
@@ -1,5 +1,5 @@
 
-clj-uuid 0.1.3-SNAPSHOT API documentation

clj-uuid 0.1.3-SNAPSHOT

A Clojure library for generation and utilization of +clj-uuid 0.1.4 API documentation

clj-uuid 0.1.4

A Clojure library for generation and utilization of UUIDs (Universally Unique Identifiers) as described by RFC-4122. This library extends the standard Java UUID class to provide true v1 (time based) and v3/v5 (namespace based)