What does
private:
BOOL (LASreader::*read_simple)();
mean?
It's from LAStools, in lasreader.hpp
BOOL is a typedef bool (from mydefs.hpp), but I don't know what this line is declaring, specifically the ::* (double colon asterisk), and that it looks like a function call.