Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
FieldAccessCache Struct Reference
Collaboration diagram for FieldAccessCache:
Collaboration graph
[legend]

Public Attributes

const char * struct_name
 
const char * field_name
 
int field_index
 
LLVMTypeRef field_type
 
LLVMTypeRef element_type
 
bool is_public
 
struct FieldAccessCachenext
 

Member Data Documentation

◆ element_type

LLVMTypeRef FieldAccessCache::element_type

◆ field_index

int FieldAccessCache::field_index

◆ field_name

const char* FieldAccessCache::field_name

◆ field_type

LLVMTypeRef FieldAccessCache::field_type

◆ is_public

bool FieldAccessCache::is_public

◆ next

struct FieldAccessCache* FieldAccessCache::next

◆ struct_name

const char* FieldAccessCache::struct_name

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