getLocalClasses

Create array of the local classes in the Module, suitable for inclusion in ModuleInfo

extern (C++)
void
getLocalClasses
(,
ref ClassDeclarations aclasses
)

Parameters

mod Module

the Module

aclasses ClassDeclarations

array to fill in

Return Value

Type: void

array of local classes

Meta