diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionNested.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionNested.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,31 @@ + + + + + cxxUnionNested + + The <cxxUnionNested> element within <cxxUnion> contains <cxxUnionNestedDetail> which gives details of nested members of this c++ union + + +
+ Description +

<cxxUnionNested> contains one mandatory <cxxUnionNestedDetail> element and no attributes.

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