diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructDerivationAccessSpecifier.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructDerivationAccessSpecifier.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,30 @@ + + + + + cxxStructDerivationAccessSpecifier + The <cxxStructDerivationAccessSpecifier> element indicates the access specifier used when a struct inherits from another struct. + +
+ Description +

The <cxxStructDerivationAccessSpecifier> element is contained within a <cxxStructDerivation> element. + The value attribute is set to public, protected or private to describe the access the struct has on the members of the base that is being derived from. + The base referered to by the <cxxStructDerivationAccessSpecifier> element is indicated by using either a <cxxStructBaseStruct>, <cxxStructBaseStruct> or <cxxStructBaseUnion> element as a sibling of <cxxStructDerivationAccessSpecifier>.

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