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

f.cpp

Go to the documentation of this file.
00001 /// Doc for class c
00002 class c
00003 {
00004 void fooA(double = 0.0);
00005 void fooB(int, const int = 9);
00006 void fooC(int, const int a = 9);
00007 };
00008 
00009 /// Doc for fooA
00010 void c::fooA(double a)
00011 {
00012 }
00013 
00014 /// Doc for fooB
00015 void c::fooB(int, const int a)
00016 {
00017 }
00018 
00019 /// Doc for fooC
00020 void c::fooC(int, const int a)
00021 {
00022 }
00023 

Generated on Mon May 16 18:01:25 2005 by  doxygen 1.4.3