CodeQL library for C/C++
codeql/cpp-all 0.12.8-dev (changelog, source)
Search

Member predicate Class::getAMember

Gets the (zero-based) indexth canonical member declared in this class, struct or union. If that member is a template, all instantiations of that template. If you only want the canonical member, see getCanonicalMember(int).

Declaration getAMember(int index)