numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
SubClass
ut
lifetime
Undocumented in source.
class
SubClass :
TestClass
{
@
nogc
int
value2
;
this
(int value, int value2);
int
func1
();
}
Constructors
this
this
(int value, int value2)
Undocumented in source.
Members
Functions
func1
int
func1
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value2
int
value2
;
Undocumented in source.
Inherited Members
From TestClass
value
int
value
;
Undocumented in source.
func1
int
func1
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ut
lifetime
classes
SubClass
TestCPPClass
TestClass
structs
TestCPPStruct
TestStruct
ValueT