Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Class ADT.Struct()->Long

Inheritance graph
ADT.Struct.Item ADT.Struct.Word ADT.Struct.Long ADT.Struct.uint32 ADT.Struct.uint64
Description

One longword (4 bytes) in network order, integer value between 0 and 2^32.

See also

Gnol


Inherit Word

inherit Word : Word


Method create

ADT.Struct.Long ADT.Struct.Long(void|int(0..) initial_value)

Description

The longword can be initialized with an optional value.