home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / doxg1211.zip / doxygen.zip / examples / diagrams_a.h < prev    next >
C/C++ Source or Header  |  2000-02-08  |  83b  |  5 lines

  1. #ifndef _DIAGRAMS_A_H
  2. #define _DIAGRAMS_A_H
  3. class A { public: A *m_self; };
  4. #endif
  5.