Project Alice
Loading...
Searching...
No Matches
fif::word Struct Reference

#include <fif.hpp>

Public Attributes

std::vector< int32_t > instances
 
std::string source
 
int32_t specialization_of = -1
 
int32_t stack_types_start = 0
 
int32_t stack_types_count = 0
 
bool treat_as_base = false
 
bool immediate = false
 
bool being_typechecked = false
 

Detailed Description

Definition at line 430 of file fif.hpp.

Member Data Documentation

◆ being_typechecked

bool fif::word::being_typechecked = false

Definition at line 438 of file fif.hpp.

◆ immediate

bool fif::word::immediate = false

Definition at line 437 of file fif.hpp.

◆ instances

std::vector<int32_t> fif::word::instances

Definition at line 431 of file fif.hpp.

◆ source

std::string fif::word::source

Definition at line 432 of file fif.hpp.

◆ specialization_of

int32_t fif::word::specialization_of = -1

Definition at line 433 of file fif.hpp.

◆ stack_types_count

int32_t fif::word::stack_types_count = 0

Definition at line 435 of file fif.hpp.

◆ stack_types_start

int32_t fif::word::stack_types_start = 0

Definition at line 434 of file fif.hpp.

◆ treat_as_base

bool fif::word::treat_as_base = false

Definition at line 436 of file fif.hpp.


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