diagrams_b.h
Go to the documentation of this file.
1 #ifndef _DIAGRAMS_B_H
2 #define _DIAGRAMS_B_H
3 class A;
4 class B { public: A *m_a; };
5 #endif
A * m_a
Definition: diagrams_b.h:4