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

cppdoc_test
Class TestDocBase

   in TestDocBase.h
Direct Known Subclasses:
TestDoc

class TestDocBase


Field Summary
 int baseField
          
 
Constructor Summary
protected  TestDocBase( int i )
          A protected constructor.
  TestDocBase()
          
  virtual ~TestDocBase()
          
 
Method Summary
protected void protectedBaseMethod( int i )
          
 void publicBaseMethod()
          
 

Field Detail

baseField

public int baseField;


Constructor Detail

TestDocBase

protected TestDocBase( int i );
A protected constructor.

TestDocBase

public TestDocBase();

~TestDocBase

public virtual ~TestDocBase();


Method Detail

protectedBaseMethod

protected void protectedBaseMethod( int i );

publicBaseMethod

public void publicBaseMethod();

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