diagrams_c.h
Go to the documentation of this file.
1 #ifndef _DIAGRAMS_C_H
2 #define _DIAGRAMS_C_H
3 #include "diagrams_c.h"
4 class D;
5 class C : public A { public: D *m_d; };
6 #endif
D * m_d
Definition: diagrams_c.h:5