sdkgenny.Namespace
Inherits from Typename.
A C++ namespace that can contain types, structs, enums, and nested namespaces.
Methods
self:type(name: string)
Finds or creates a named Type in this namespace.
self:generic_type(name: string)
Finds or creates a GenericType in this namespace.
self:struct(name: string)
Finds or creates a Struct in this namespace.
self:enum(name: string)
Finds or creates an Enum in this namespace.
self:enum_class(name: string)
Finds or creates an EnumClass in this namespace.
self:namespace(name: string)
Finds or creates a nested Namespace in this namespace.