Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.