Zen-C
Loading...
Searching...
No Matches
Module Struct Reference

Represents a module (namespace/file). More...

#include <parser.h>

Collaboration diagram for Module:

Data Fields

char * alias
 Import alias (or default name).
 
char * path
 File path.
 
char * base_name
 Base name of the module.
 
int is_c_header
 1 if this is a C header import.
 
struct Modulenext
 

Detailed Description

Represents a module (namespace/file).

Field Documentation

◆ alias

char* Module::alias

Import alias (or default name).

◆ base_name

char* Module::base_name

Base name of the module.

◆ is_c_header

int Module::is_c_header

1 if this is a C header import.

◆ next

struct Module* Module::next

◆ path

char* Module::path

File path.


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