|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
#include <llvm.h>

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 StructInfo * | next |
| size_t StructInfo::field_count |
| LLVMTypeRef* StructInfo::field_element_types |
| bool* StructInfo::field_is_public |
| char** StructInfo::field_names |
| LLVMTypeRef* StructInfo::field_types |
| bool StructInfo::is_public |
| LLVMTypeRef StructInfo::llvm_type |
| char* StructInfo::name |
| struct StructInfo* StructInfo::next |