Parametrized class support #1316
gveezz
started this conversation in
Show and tell
Replies: 1 comment
-
|
Sorry, the matter of class or struct is in unuseful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today I started working on parametrized class support feature.
For code re-usability, this needed to change
to
so to use:
It compiles but still useless since only recognizes the correct syntax.
I notice that a module has a dedicated class
Moduledeclared inModule.h, while a class hasstruct class_type_t.I am still studying the code to get familiar with it, but SV classes shouldn't have a dedicated class like modules?
Thanks.
g.
Beta Was this translation helpful? Give feedback.
All reactions