|
CppDoc Example Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
TestDocBase
|
+--TestDoc, TestDocException, std::string
|
+--MultipleInheritance
in MultipleInheritance.hJust 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 |
public MultipleInheritance();
| Method Detail |
public void doNothing();
|
CppDoc Example Documentation
CppDoc v2.3.1 |
|||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||