Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class ADT.Struct()->SLong

Inheritance graph
ADT.Struct.Item ADT.Struct.SWord ADT.Struct.SLong ADT.Struct.int32 ADT.Struct.int64
Description

One longword (4 bytes) in network order, signed integer value -(2^31) <= x < 2^31-1.


Inherit SWord

inherit SWord : SWord


Method create

ADT.Struct.SLong ADT.Struct.SLong(void|int initial_value)

Description

The longword can be initialized with an optional value.