diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxVariable/cxxVariableAccessSpecifier.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxVariable/cxxVariableAccessSpecifier.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,28 @@ + + + + + cxxVariableAccessSpecifier + The <cxxVariableAccessSpecifier> element specifies the level of access the variable has. + +
+ Description +

The <cxxVariableAccessSpecifier> element must contain the attributes name and value. By + default name is set to "access" and cannot be altered. The value attribute can be one of three + values, public, protected and private. The default for value is "public".

+

<cxxVariableAccessSpecifier> has no child elements.

+
+ + Example + <cxxVariableAccessSpecifier value="private" /> + +
+
+
+
+
+ + \ No newline at end of file