dpp2.transform

From clang's cursors to dpp's nodes.

Members

Functions

fromField
from!"dpp2.sea.node".Node[] fromField(C cursor)
Undocumented in source.
fromStruct
from!"dpp2.sea.node".Node[] fromStruct(C cursor)
Undocumented in source.
fromTranslationUnit
from!"dpp2.sea.node".Node[] fromTranslationUnit(C cursor)
Undocumented in source.
fromTypedef
from!"dpp2.sea.node".Node[] fromTypedef(C cursor)
Undocumented in source.
toNode
from!"dpp2.sea.node".Node[] toNode(C cursor)

Transforms a clang Cursor (or a mock) into a dpp Node

toType
from!"dpp2.sea.type".Type toType(T clangType)
Undocumented in source. Be warned that the author may not have intended to support it.
transformations
auto transformations()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta