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 SpecificFoo

Foo
   |
   +--SpecificFoo

   in SpecificFoo.h
Direct Known Subclasses:
SuperSpecificFoo

class SpecificFoo
extends Foo

A subclass of Foo.


Method Summary
 void funk( int )
          This is an override of funk in class Foo.
   
Methods inherited from class Foo
anotherFunc, funk
 

Method Detail

funk

public void funk( int );
This is an override of funk in class Foo.

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