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

Member predicate Class :: getADerivation

Gets a class derivation of this class/struct, for example the public B in the following code:

class D : public B {
  ...
};
ClassDerivation getADerivation ( )