abstract struct Ven::Suite::Payload

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.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]

Macro Detail

macro carries(*props) #

Defines the appropriate getters and the initialize method for this payload, keeping the order of props.


[View source]