diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionNestedClass.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionNestedClass.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,29 @@ + + + + + cxxUnionNestedClass + The <cxxUnionNestedClass> element within <cxxUnionNestedDetail> provides the name of a class nested within a union. + +
+ Description +

The text in this element is the fully qualified name of the class that has been nested within a union. There are no mandatory attributes.

+
+ Example + <cxxUnionNested> + <cxxUnionNestedDetail> + <cxxUnionNestedClass href="union_comms.xml#struct_comms_package">CommsFW::TCFLegacyMessagePacker::TUnion::TLegacyPackage</cxxUnionNestedStruct> + <cxxUnionNestedClass href="union_comms.xml#struct_comms_package">CommsFW::TCFLegacyMessagePacker::TUnion::TPackage</cxxUnionNestedStruct> + </cxxUnionNestedDetail> +</cxxUnionNested> + +
+
+
+
+
+ + \ No newline at end of file