Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

h.cpp

Go to the documentation of this file.
00001 namespace           /// anonymous namespace
00002 {
00003 
00004 /// Doc for class c1 
00005 class c1
00006 {
00007 public:
00008   int v1;  ///< some variable v1
00009 };
00010 
00011 }
00012 
00013 namespace n         /// named namespace
00014 {
00015 
00016 /// Doc for class c2
00017 class c2
00018 {
00019 public:
00020   int v2;  ///< some variable v2
00021 };
00022 
00023 }

Generated on Tue May 17 18:37:53 2005 by  doxygen 1.4.3