00001 class Foo { 00002 public: 00003 int myInt; 00004 double myDouble; 00005 00006 Foo(); 00007 void glarch(); 00008 };