diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructAccessSpecifier.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxStruct/cxxStructAccessSpecifier.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,36 @@ + + + + + cxxStructAccessSpecifier + The <cxxStructAccessSpecifier> element describes the level of access the struct allows. + +
+ Description +

The <cxxStructAccessSpecifier> element does not have any children. <cxxStructAccessSpecifier> + uses the attribute value to describe the level of access a struct has. value + can be set to "public", "protected" or "private"; the default is "public".

+
+ + Example + <cxxStructDefinition> + <cxxStructAccessSpecifier value="public" /> + <cxxStructAPIItemLocation> + <cxxStructDeclarationFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" /> + <cxxStructDeclarationFileLine name="lineNumber" value="37" /> + <cxxStructDefinitionFile name="filePath" value="s:/sf/os/commsfw/commsconfig/commsdatabaseshim/commdbshim/SCDB/CDBTABLE.CPP" /> + <cxxStructDefinitionFileLineStart name="lineNumber" value="36" /> + <cxxStructDefinitionFileLineEnd name="lineNumber" value="41" /> + </cxxStructAPIItemLocation> +</cxxStructDefinition> + +
+
+
+
+
+ + \ No newline at end of file