Main Page   Class Hierarchy   Compound List   File List   Compound Members  

diagrams_d.h

Go to the documentation of this file.
00001 #ifndef _DIAGRAM_D_H
00002 #define _DIAGRAM_D_H
00003 #include "diagrams_a.h"
00004 #include "diagrams_b.h"
00005 class C;
00006 class D : virtual protected  A, private B { public: C m_c; };
00007 #endif

Generated on Sun Nov 18 19:09:18 2001 for Diagrams by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001