Google
Web alhem.net
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

test.h

Go to the documentation of this file.
00001 namespace tt
00002 {
00003         class A {};
00004         class B : public A {};
00005         
00006 } // tt
00007 
00008 using tt::A;
00009 
00010 class C : public A {};
00011 class D : public tt::B {};

Generated for My SDL C++ Gui by doxygen 1.3.6