begins_with
if (begins_with(buf, "private:")) {
} else if (begins_with(buf, "protected:")) {
} else if (begins_with(buf, "public:")) {