Hi All,
I'm reading the source code of pn, I found a class named ScintillaAccessor which I don't understand well.
ScintillaAccessor is derived from bobody and it has a function named SafeGetCharAt() whose definition is exactlly same as Accessor::SafeGetCharAt().
I'm a little bit confused. Is there anyone understand the code kindly explain it to me?