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 Wed Feb 2 07:13:40 2000 for Fn Command by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999