diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionDefinition.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxUnion/cxxUnionDefinition.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,36 @@ + + + + + cxxUnionDefinition + The <cxxUnionDefinition> element is defined within <cxxUnionDetail>. + <cxxUnionDefinition> represents the C++ union declaration. + +
+ Description

A union declaration specifies a new named reference type. + A union declaration can include the following members: public, protected + or private, this is represented by the <cxxUnionAccessSpecifier> element.

+

<cxxUnionDefinition> requires the element <cxxUnionAPIItemLocation> as its child.

+
+ Example + <cxxUnionDefinition> + <cxxUnionAccessSpecifier value="public"/> + <cxxUnionAPIItemLocation> + <cxxUnionDeclarationFile name="filePath" value="C:/src/include/e32base.h"/> + <cxxUnionDeclarationFileLine name="lineNumber" value="2812"/> + <cxxUnionDefinitionFile name="filePath" value="C:/src/include/e32base.h"/> + <cxxUnionDefinitionFileLineStart name="lineNumber" value="2784"/> + <cxxUnionDefinitionFileLineEnd name="lineNumber" value="2854"/> + </cxxUnionAPIItemLocation> + </cxxUnionDefinition> + +
+
+
+
+
+ + \ No newline at end of file