core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_internal.htm
changeset 1641 2b3996fc09a1
parent 0 fb279309251b
equal deleted inserted replaced
1640:4891d49809bb 1641:2b3996fc09a1
    21   <p>Use the <span class="code">#pragma internal list</span> format to tag specific data or functions for internalization. It applies to all names if it is used on an overloaded function. You cannot use this pragma for C++ member functions or static class members. An example of an internalized list:</p>
    21   <p>Use the <span class="code">#pragma internal list</span> format to tag specific data or functions for internalization. It applies to all names if it is used on an overloaded function. You cannot use this pragma for C++ member functions or static class members. An example of an internalized list:</p>
    22   <p class="listing">    extern int f(),g;<br />
    22   <p class="listing">    extern int f(),g;<br />
    23   #pragma internal list f,g</p>
    23   #pragma internal list f,g</p>
    24   <p>This pragma does not correspond to any panel setting. To check this setting, use <span class="code">__option (internal)</span>, described in <a href="../symbols/sym_settings.htm">Checking Settings</a>. The default setting is <span class="code">off</span>.</p>
    24   <p>This pragma does not correspond to any panel setting. To check this setting, use <span class="code">__option (internal)</span>, described in <a href="../symbols/sym_settings.htm">Checking Settings</a>. The default setting is <span class="code">off</span>.</p>
    25   <p></p>
    25   <p></p>
    26 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    26 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    27 
    27 
    28 
    28 
    29 </body>
    29 </body>
    30 </html>
    30 </html>