Main Page | Class Hierarchy | Alphabetical List | Class List | File List

b.cpp

Go to the documentation of this file.
00001 class a
00002 {
00003 };
00004 
00005 class b
00006 {
00007 };
00008 
00009 class c : public a, public b
00010 {
00011 };
00012 
00013 class d : public c
00014 {
00015 };

Generated on Wed Feb 11 10:42:53 2004 for Bug demo by doxygen 1.3.5