CXCursorAndRangeVisitor

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc @trusted nothrow pure
struct CXCursorAndRangeVisitor {}

Members

Variables

context
void* context;
Undocumented in source.
visit
CXVisitorResult function(void* context, CXCursor, CXSourceRange) visit;
Undocumented in source.

Meta