diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassInheritsDetail.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassInheritsDetail.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,36 @@ + + + + + cxxClassInheritsDetail + + The <cxxClassInheritsDetail> element provides details about the inherited members of a C++ class. + + +
+ Description +

+ In the <cxxClassInheritsDetail> element, the <cxxClassFunctionInherited>, <cxxClassVariableInherited>, <cxxClassEnumerationInherited> and <cxxClassEnumeratorInherited> elements are provided to indicate the members that are inherited by a C++ class. <cxxClassInheritsDetail> must have at least one of these child elements and each one can occur multiple times. +

+
+ + Example + <cxxClassInherits> + <cxxClassInheritsDetail> + <cxxClassFunctionInherited href="file.xml">CActive::CActive(TInt)</cxxClassFunctionInherited> + <cxxClassEnumeratorInherited href="file.xml">CActive::EPriorityHigh</cxxClassEnumeratorInherited> + <cxxClassVariableInherited href="file.xml">CActive::iStatus</cxxClassVariableInherited> + <cxxClassEnumerationInherited href="file.xml">CActive:TPriority</cxxClassEnumerationInherited> + </cxxClassInheritsDetail> +</cxxClassInherits> + +
+
+
+
+
+ + \ No newline at end of file