Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5b6c31d6428e1f6ea754ea6f7b1aed6e > files > 390

soprano-apidocs-2.6.0-2.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Soprano: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript">
function hasClass(ele,cls) {
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}

function addClass(ele,cls) {
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}

function removeClass(ele,cls) {
  if (hasClass(ele,cls)) {
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
    ele.className=ele.className.replace(reg,' ');
  }
}

function toggleVisibility(linkObj) {
 var base = linkObj.getAttribute('id');
 var summary = document.getElementById(base + '-summary');
 var content = document.getElementById(base + '-content');
 var trigger = document.getElementById(base + '-trigger');
 if ( hasClass(linkObj,'closed') ) {
   summary.style.display = 'none';
   content.style.display = 'block';
   trigger.src = 'open.png';
   removeClass(linkObj,'closed');
   addClass(linkObj,'opened');
 } else if ( hasClass(linkObj,'opened') ) {
   summary.style.display = 'block';
   content.style.display = 'none';
   trigger.src = 'closed.png';
   removeClass(linkObj,'opened');
   addClass(linkObj,'closed');
 }
 return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Soprano&#160;<span id="projectnumber">2.6.0</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li><a href="functions.html"><span>All</span></a></li>
      <li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
      <li><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
      <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="functions_func.html#index_a"><span>a</span></a></li>
      <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
      <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
      <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
      <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
      <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
      <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
      <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
      <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
      <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
      <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
      <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
      <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
      <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li>
      <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
      <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
      <li class="current"><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
      <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
      <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
      <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
      <li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
&#160;

<h3><a class="anchor" id="index_t"></a>- t -</h3><ul>
<li>TcpClient()
: <a class="el" href="classSoprano_1_1Client_1_1TcpClient.html#ab9fd1b5e709224ac61da1ddcedf802b5">Soprano::Client::TcpClient</a>
</li>
<li>timerEvent()
: <a class="el" href="classSoprano_1_1Util_1_1SignalCacheModel.html#a80debadf763ea23fde8c3104d42a61e4">Soprano::Util::SignalCacheModel</a>
</li>
<li>toBool()
: <a class="el" href="classSoprano_1_1LiteralValue.html#ac785b87e1e73026fd9514a31dde31db9">Soprano::LiteralValue</a>
</li>
<li>toByteArray()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a5149cfde959e17f51f91dd394fa7e9bd">Soprano::LiteralValue</a>
</li>
<li>toDate()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a27c9ccf0477dee48cf691f95a4c81391">Soprano::LiteralValue</a>
</li>
<li>toDateTime()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a6b35551f95e22c68e2970965970e8c6a">Soprano::LiteralValue</a>
</li>
<li>toDouble()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a936afb3d541f39632a57c69c970efae1">Soprano::LiteralValue</a>
</li>
<li>toInt()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a55dfd05e40ddceacfd2d35f72b5394aa">Soprano::LiteralValue</a>
</li>
<li>toInt64()
: <a class="el" href="classSoprano_1_1LiteralValue.html#aed34663151067fd1f14690f7bd4085e9">Soprano::LiteralValue</a>
</li>
<li>toList()
: <a class="el" href="classSoprano_1_1Graph.html#acb64add189f4fc093c74664f59342bcd">Soprano::Graph</a>
</li>
<li>toLocale()
: <a class="el" href="classSoprano_1_1LanguageTag.html#a0ba090fe4df9598d194002070ad4fec3">Soprano::LanguageTag</a>
</li>
<li>toN3()
: <a class="el" href="classSoprano_1_1Node.html#aad4c8ab988ae7d9fd587027087b593e4">Soprano::Node</a>
</li>
<li>toParserError()
: <a class="el" href="classSoprano_1_1Error_1_1Error.html#a68bef07490d16001c1c5c9e9a14afbc8">Soprano::Error::Error</a>
</li>
<li>toPrettyString()
: <a class="el" href="classSoprano_1_1LanguageTag.html#a001e416e1e1cd4070a206e88c851ed32">Soprano::LanguageTag</a>
</li>
<li>toString()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a39c44055e35566cc4ae4d3929ed94abc">Soprano::LiteralValue</a>
, <a class="el" href="classSoprano_1_1Node.html#adc24e32385b842186cafbe31e7194a77">Soprano::Node</a>
, <a class="el" href="classSoprano_1_1LanguageTag.html#a83085fba13a9cfd901df62bef0dd54d4">Soprano::LanguageTag</a>
</li>
<li>toTime()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a538ed60b7fac45a6e662a5f818dffa89">Soprano::LiteralValue</a>
</li>
<li>toUnsignedInt()
: <a class="el" href="classSoprano_1_1LiteralValue.html#ac17391669cc5cc614f2f787839aa52b4">Soprano::LiteralValue</a>
</li>
<li>toUnsignedInt64()
: <a class="el" href="classSoprano_1_1LiteralValue.html#a010f665564ba4f9d3b7b9de9a955f0eb">Soprano::LiteralValue</a>
</li>
<li>transactionCacheSize()
: <a class="el" href="classSoprano_1_1Index_1_1IndexFilterModel.html#a755c0ddaf84af30e4d6948ac38d459de">Soprano::Index::IndexFilterModel</a>
</li>
<li>type()
: <a class="el" href="classSoprano_1_1RdfSchemaModel.html#aee9317d0aaed9c442ede2f5647ddd338">Soprano::RdfSchemaModel</a>
, <a class="el" href="classSoprano_1_1LiteralValue.html#a36d5ef002f2498780de35e2f7b1e6d14">Soprano::LiteralValue</a>
, <a class="el" href="classSoprano_1_1Node.html#add9761cd37ef4aefcc578c8617047fbe">Soprano::Node</a>
</li>
<li>typeFromDataTypeUri()
: <a class="el" href="classSoprano_1_1LiteralValue.html#ad63a090a6f64044693aca800cfd624f0">Soprano::LiteralValue</a>
</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Mar 11 2011 for Soprano by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>