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

Function isSmartPointer

lib/symboldatabase.h:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 bool isStlStringViewType() const;
594
595 bool isSmartPointer() const {
596 return getFlag(fIsSmartPointer);
597 }
598
599 const Type* smartPointerType() const;
600 const Type* iteratorType() const;

Callers 1

smartPointerTypeMethod · 0.85

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected