Looking at the screenshot:
(TFPSH.)WriteHelp
: the one with TFPSH.
prefix (as it's a class function) points to the function implementation in the same file. One without the prefix points to the declaration as shown in the screenshot (inside the class's private
section)TFPSH.ProcessLine
, it has 2 overloads.that
symbol, which points to line 24. And line 24 is a comment line, which means the scanner should just ignore the entire line. This does not happen in C++ code.—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.