class foo { private: int a; int b; public: foo() {} void bar() { } };