Example Code
class foo
{
public:
int bar();
protected:
int foobar();
private:
char prvateFunc();
};