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 MultipleInheritance

TestDocBase
   |
   +--TestDoc, TestDocException, std::string
         |
         +--MultipleInheritance

   in MultipleInheritance.h

class MultipleInheritance
extends TestDoc, TestDocException, std::string

Just a test of multiple inheritance. It's derived from TestDoc, TestDocException, and (strangely) std::string.


 
Fields inherited from class TestDocBase
baseField
 
Constructor Summary
MultipleInheritance()
          
 
Method Summary
 void doNothing()
          Does nothing.
   
Methods inherited from class TestDoc
getStr, bar, someDeprecatedMethod, plainOlFunc, someStaticFunc
   
Methods inherited from class TestDocException
getMessage
   
Methods inherited from class TestDocBase
publicBaseMethod, protectedBaseMethod
 

Constructor Detail

MultipleInheritance

public MultipleInheritance();


Method Detail

doNothing

public void doNothing();
Does nothing.

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