Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > e30a327878e3ba1e4fc6c751cb1f95c0 > files > 190

libscim-devel-1.4.9-2mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>scim: scim_global_config.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>scim_global_config.h File Reference</h1>functions to read the global configurations.  
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00157.html">scim</a></td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">String&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g3402d4cab92a386b5cbb2451d6ee965f">scim::scim_global_config_read</a> (const String &amp;key, const String &amp;defVal=String())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read a string value from the global configuration file.  <a href="a00158.html#g3402d4cab92a386b5cbb2451d6ee965f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g9647c298a70bfb1b530729a25233ac94">scim::scim_global_config_read</a> (const String &amp;key, int defVal)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read an int value from the global configuration file.  <a href="a00158.html#g9647c298a70bfb1b530729a25233ac94"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g6ee620cdca87a716146915017361b94c">scim::scim_global_config_read</a> (const String &amp;key, bool defVal)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read a bool value from the global configuration file.  <a href="a00158.html#g6ee620cdca87a716146915017361b94c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#gc0af6ec0ae4e65328defec24b364627a">scim::scim_global_config_read</a> (const String &amp;key, double defVal)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read a double value from the global configuration file.  <a href="a00158.html#gc0af6ec0ae4e65328defec24b364627a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::vector&lt; String &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g90ba479032c2186c2bba33d603bb22bd">scim::scim_global_config_read</a> (const String &amp;key, const std::vector&lt; String &gt; &amp;defVal)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read a string list from the global configuration file.  <a href="a00158.html#g90ba479032c2186c2bba33d603bb22bd"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::vector&lt; int &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g71fa3ba70c3acaed78eae9bc82ab86ba">scim::scim_global_config_read</a> (const String &amp;key, const std::vector&lt; int &gt; &amp;defVal)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read an int list from the global configuration file.  <a href="a00158.html#g71fa3ba70c3acaed78eae9bc82ab86ba"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#gb899089a1be658932d3cb5068c63ba32">scim::scim_global_config_write</a> (const String &amp;key, const String &amp;val)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write a string value into the user global config.  <a href="a00158.html#gb899089a1be658932d3cb5068c63ba32"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g722773f22f962c736674267c6321df0e">scim::scim_global_config_write</a> (const String &amp;key, int val)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write an int value into the user global config.  <a href="a00158.html#g722773f22f962c736674267c6321df0e"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#gb6eb309a4aaceae1074ed835f6c34ebb">scim::scim_global_config_write</a> (const String &amp;key, bool val)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write a bool value into the user global config.  <a href="a00158.html#gb6eb309a4aaceae1074ed835f6c34ebb"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g326317b1cdf6cf82f639b84ef6652950">scim::scim_global_config_write</a> (const String &amp;key, double val)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write a double value into the user global config.  <a href="a00158.html#g326317b1cdf6cf82f639b84ef6652950"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g8af7c226302bdea8acc23e00ad2a0a50">scim::scim_global_config_write</a> (const String &amp;key, const std::vector&lt; String &gt; &amp;val)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write a string list into the user global config.  <a href="a00158.html#g8af7c226302bdea8acc23e00ad2a0a50"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#gc2346628ac110ae22e73a3ef0306cb96">scim::scim_global_config_write</a> (const String &amp;key, const std::vector&lt; int &gt; &amp;val)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write an int list into the user global config.  <a href="a00158.html#gc2346628ac110ae22e73a3ef0306cb96"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#g5badb1d3a1fdb8404907e2c48913ac6d">scim::scim_global_config_reset</a> (const String &amp;key)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Reset the value associated to the specified key to its default value.  <a href="a00158.html#g5badb1d3a1fdb8404907e2c48913ac6d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#gadd44aedefae061911dd1084d966f104">scim::scim_global_config_flush</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flush the updated global config into user global config file.  <a href="a00158.html#gadd44aedefae061911dd1084d966f104"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
functions to read the global configurations. 
<p>
The global configuration file (normally /etc/scim/global) is used to store the configurations for libscim itself and the system wide configurations which will be read before any Config module is loaded. </div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Apr 19 13:02:35 2009 for scim by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.7.1 </small></address>
</body>
</html>