home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Deprecated   Index 
CppDoc Example Documentation
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Code
Class SuperSpecificFoo

Foo
   |
   +--SpecificFoo
         |
         +--SuperSpecificFoo

   in SuperSpecificFoo.h

class SuperSpecificFoo
extends SpecificFoo

A subclass of SpecificFoo.
Here's some formatting just in case you're not thrilled yet.


Method Summary
 std::string yetAnotherFunc()
          This function doesn't do anything either.
   
Methods inherited from class SpecificFoo
funk
   
Methods inherited from class Foo
anotherFunc, funk
 

Method Detail

yetAnotherFunc

public std::string yetAnotherFunc() throw( Bar );
This function doesn't do anything either. What's the point of all this inheritance?

 Overview   Project   Class   Tree   Deprecated   Index 
CppDoc Example Documentation
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD