equalCursors: Functions to determine if two instances of a data type are...

View source: R/clangGen.R

equalCursorsR Documentation

Functions to determine if two instances of a data type are the same

Description

These functions test if two libclang objects are the same.

Usage

equalCursors(arg1, arg2)
equalLocations(loc1, loc2)
equalRanges(range1, range2)
equalTypes(A, B)

Arguments

arg1,arg2

object of class CXCursor

loc1,loc2

object of class CXSourceLocation

range1,range2

object of class CXRange

A,B

object of class CXType

Value

A logical value.

Author(s)

Duncan Temple Lang

References

libclang http://clang.llvm.org/doxygen/group__CINDEX.html


omegahat/RClangSimple documentation built on Jan. 17, 2024, 6:27 p.m.