diagrams_a.h
Go to the documentation of this file.
1 #ifndef _DIAGRAMS_A_H
2 #define _DIAGRAMS_A_H
3 class A { public: A *m_self; };
4 #endif
A * m_self
Definition: diagrams_a.h:3