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

Registry for trait implementations. More...

#include <parser.h>

Collaboration diagram for ImplReg:

Data Fields

char * trait
 Trait name.
 
char * strct
 Implementing struct name.
 
struct ImplRegnext
 

Detailed Description

Registry for trait implementations.

Field Documentation

◆ next

struct ImplReg* ImplReg::next

◆ strct

char* ImplReg::strct

Implementing struct name.

◆ trait

char* ImplReg::trait

Trait name.


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