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 Foo

   in Foo.h
   in Foo.cpp
Direct Known Subclasses:
SpecificFoo

class Foo

This is the Foo class.


Constructor Summary
Foo( const char* )
          Another constructor for Foo.
Foo()
          The default constructor for Foo.
~Foo()
          Foo destructor.
 
Method Summary
 bool anotherFunc()
          You can put documentation in the cpp file, too.
 virtual void funk( int n )
          This is the function funk within the Foo class.
 

Constructor Detail

Foo

public Foo( const char* );
Another constructor for Foo. Incidentally, you can put
    HTML formatting
in documentation comments.

Foo

public Foo();
The default constructor for Foo.

~Foo

public ~Foo();
Foo destructor.


Method Detail

anotherFunc

public bool anotherFunc();
You can put documentation in the cpp file, too.

funk

public virtual void funk( int n );
This is the function funk within the Foo class.

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