ParsedLinkage

The result of the ParseLinkage function

Members

Variables

cppmangle
CPPMANGLE cppmangle;

If extern(C++, class|struct), contains the class|struct

identExps
AST.Expressions* identExps;

If `extern(C++, (some_tuple_expression)|"string"), will be the expressions

idents
AST.Identifiers* idents;

If extern(C++, some.identifier), will be the identifiers

link
LINK link;

What linkage was specified

Meta