• Main Page
  • Classes
  • Files
  • File List

func.h

00001 class Test
00002 {
00003   public:
00004     const char *member(char,int) throw(std::out_of_range);
00005 };
00006 
00007 const char *Test::member(char c,int n) throw(std::out_of_range) {}
00008 

Generated on Mon Oct 11 2010 for Fn Command by  doxygen 1.7.2