Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/examples/diagrams_d.h

Source at commit 1331 created 12 years 11 months ago.
By meklort, Cause the boot helper config file to be loaded properly.
1#ifndef _DIAGRAM_D_H
2#define _DIAGRAM_D_H
3#include "diagrams_a.h"
4#include "diagrams_b.h"
5class C;
6class D : virtual protected A, private B { public: C m_c; };
7#endif
8

Archive Download this file

Revision: 1331