MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isClass

Function isClass

lib/symboldatabase.h:437–439  ·  view source on GitHub ↗

* Is variable a user defined (or unknown) type. * @return true if user defined type, false if not */

Source from the content-addressed store, hash-verified

435 * @return true if user defined type, false if not
436 */
437 bool isClass() const {
438 return getFlag(fIsClass);
439 }
440
441 /**
442 * Is variable an array.

Callers 1

TokenAndNameMethod · 0.85

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected