Main Page   Compound List   Header Files   Compound Members  

func.h

This is the verbatim text of the func.h include file.
class Test
{
  public:
    const char *member(char,int) throw(std::out_of_range);
};

const char *Test::member(char c,int n) throw(std::out_of_range) {}


Generated at Sun Nov 7 15:43:22 1999 for Fn Command by doxygen 0.49-991106 written by Dimitri van Heesch, © 1997-1999