Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
StructInfo Struct Reference

#include <llvm.h>

Collaboration diagram for StructInfo:
Collaboration graph
[legend]

Public Attributes

char * name
 
LLVMTypeRef llvm_type
 
char ** field_names
 
LLVMTypeRef * field_types
 
LLVMTypeRef * field_element_types
 
bool * field_is_public
 
size_t field_count
 
bool is_public
 
struct StructInfonext
 

Member Data Documentation

◆ field_count

size_t StructInfo::field_count

◆ field_element_types

LLVMTypeRef* StructInfo::field_element_types

◆ field_is_public

bool* StructInfo::field_is_public

◆ field_names

char** StructInfo::field_names

◆ field_types

LLVMTypeRef* StructInfo::field_types

◆ is_public

bool StructInfo::is_public

◆ llvm_type

LLVMTypeRef StructInfo::llvm_type

◆ name

char* StructInfo::name

◆ next

struct StructInfo* StructInfo::next

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