struct Ven::Suite::VStatic
- Ven::Suite::VStatic
- Ven::Suite::Payload
- Struct
- Value
- Object
Overview
The static data payload vehicle.
It carries and defines the identity of static data: chunk offsets, lengths, number and string values, and other internal data.
Defined in:
ven/suite/payload.crConstructors
Instance Method Summary
-
#==(other : VStatic)
Compares the values of this and other first by class, and only then by the value itself.
- #to_s(io)
- #value : Static
Instance methods inherited from struct Ven::Suite::Payload
initialize
initialize
Constructor methods inherited from struct Ven::Suite::Payload
new
new
Constructor Detail
Instance Method Detail
Compares the values of this and other first by class, and only then by the value itself.