abstract struct Ven::Suite::Payload
- Ven::Suite::Payload
- Struct
- Value
- Object
Overview
Anything that an instruction references by offset is thought of as payload.
An abstraction that gives a payload identity is called payload vehicle.
There are various kinds of payload vehicles: jump, static data payload vehicles, etc.
Direct Known Subclasses
Defined in:
ven/suite/payload.crConstructors
Instance Method Summary
Macro Summary
-
carries(*props)
Defines the appropriate getters and the initialize method for this payload, keeping the order of props.
Constructor Detail
Instance Method Detail
Macro Detail
macro carries(*props)
#
Defines the appropriate getters and the initialize method for this payload, keeping the order of props.