diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructBaseUnion.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructBaseUnion.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,27 @@ + + + + + cxxStructBaseUnion + The <cxxStructBaseUnion> element declares inheritance from a base union in a struct derivation. + +
+ Description +

Used within a <cxxStructDerivation> element to declare inheritance from a base union.

+
+ Example + <cxxStructDerivation> + <cxxStructDerivationAccessSpecifier value="public"/> + <cxxStructBaseUnion href="union_base">Base</cxxStructBaseUnion> +</cxxStructDerivation> + +
+
+
+
+
+ + \ No newline at end of file