Class CXCursorAndRangeVisitor

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class CXCursorAndRangeVisitor extends Struct<CXCursorAndRangeVisitor> implements NativeResource
struct CXCursorAndRangeVisitor {
    void * context;
    enum CXVisitorResult (* visit) (void * context, CXCursor cursor, CXSourceRange range);
}