numbast.static.struct#

Classes

StaticStructConversionOperatorRenderer(...)

Renderer for a single struct conversion operator.

StaticStructConversionOperatorsRenderer(...)

Renderer for all conversion operators of a struct.

StaticStructCtorRenderer(struct_name, ...)

Renderer for a single struct constructor.

StaticStructCtorsRenderer(ctor_decls, ...)

Renderer for all constructors of a struct.

StaticStructMethodRenderer(decl)

Base class for all struct methods TODO: merge all common code paths

StaticStructRenderer(decl, parent_type, ...)

Renderer that renders bindings to a single CUDA C++ struct.

StaticStructsRenderer(decls, specs[, ...])

Render a collection of CUDA struct declcarations.