ArkScript
A small, lisp-inspired, functional scripting language
Ark::internal::InstLoc Struct Reference

#include <InstLoc.hpp>

Public Member Functions

std::strong_ordering operator<=> (const InstLoc &) const =default
 

Public Attributes

uint16_t page_pointer
 
uint16_t inst_pointer
 
uint16_t filename_id
 
uint32_t line
 

Detailed Description

Definition at line 9 of file InstLoc.hpp.

Member Function Documentation

◆ operator<=>()

std::strong_ordering Ark::internal::InstLoc::operator<=> ( const InstLoc & ) const
default

Member Data Documentation

◆ filename_id

uint16_t Ark::internal::InstLoc::filename_id

Definition at line 13 of file InstLoc.hpp.

◆ inst_pointer

uint16_t Ark::internal::InstLoc::inst_pointer

Definition at line 12 of file InstLoc.hpp.

◆ line

uint32_t Ark::internal::InstLoc::line

Definition at line 14 of file InstLoc.hpp.

◆ page_pointer

uint16_t Ark::internal::InstLoc::page_pointer

Definition at line 11 of file InstLoc.hpp.


The documentation for this struct was generated from the following file: