MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / end

Method end

StackList.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101 constexpr StackListIterator begin() noexcept { return StackListIterator{*this}; }
102 constexpr TStackListEntry* end() noexcept { return mLast; }
103
104private:
105 TStackListEntry* mFirst{nullptr};

Callers 9

ContainsFunction · 0.45
FindValueFunction · 0.45
CallConstructorFunction · 0.45
AddBodyStmtsMethod · 0.45
GetGlobalVtablePosFunction · 0.45
HandleTranslationUnitMethod · 0.45
AddExtendedMethod · 0.45
AddMethod · 0.45
removeTopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected