Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 12d0f975c6c7fa7093d99077a80c5759 > files > 186

airrac-doc-0.2.1-1.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"/>
	<meta name="robots" content="index,follow"/>
	<title>AirRAC: AirRAC Documentation</title>
	<link rel="shortcut icon" href="favicon.ico">
	<link href="tabs.css" rel="stylesheet" type="text/css"/>
	<link href="airrac.css" rel="stylesheet" type="text/css"/>
	<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
	<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
	
	<script type="text/javascript">
	  var _gaq = _gaq || [];
	  _gaq.push(['_setAccount', 'UA-24983440-1']);
	  _gaq.push(['_setDomainName', 'none']);
	  _gaq.push(['_setAllowLinker', true]);
	  _gaq.push(['_trackPageview']);
	  (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	  })();
	</script>
	<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
  </head>

  <body>
	<div id="top"><!-- do not remove this div! -->
	  
	  <div id="titlearea">
		<table width="100%">
		  <tbody>
			<tr style="height: 56px;">
			  
			  <td style="padding-left: 0.5em;">
				<div id="projectname"><a href="http://airrac.sourceforge.net"><img height="45px" alt="AirRAC Logo" src="airrac_logo.png"></a>
				  
				  &#160;<span id="projectnumber">0.2.1</span>
				  
				</div>
				
				<div id="projectbrief">C++ Simulated Revenue Accounting (RAC) System Library</div>
				
			  </td>
			  
			  

			  <!-- begin SOURCEFORGE_CUSTOM-->
			  <td>
				<div id="sflogo"><a href="http://airrac.sourceforge.net"><img height="45px" alt="SourceForge Logo" src="sfx_logo.png"></a></div>
			  </td>
			  <!-- end SOURCEFORGE_CUSTOM-->

			  
			</tr>
		  </tbody>
		</table>
	  </div>
	  

<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<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="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><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><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
      <li id="searchli">
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('index.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">AirRAC Documentation </div>  </div>
</div>
<div class="contents">
<div class="textblock"> 
<!-- start of main block -->
<div style="width: 100%;">
<!-- start of right margin -->
<div style="float:right; width:200px; background-color: #eeeeff; 
     border: 1px solid #b0b0b0; margin: 0 0 10px 20px; padding: 10px; 
     font-size: 90%;">
<h2><a class="anchor" id="getting_started"></a>
Getting Started</h2>
<ul>
<li><a class="el" href="features.html">Main features</a></li>
<li><a class="el" href="installation.html">Installation</a></li>
<li><a class="el" href="linking.html">Linking with AirRAC</a></li>
<li><a class="el" href="users_guide.html">Users Guide</a></li>
<li><a class="el" href="tutorials.html">Tutorials</a></li>
<li><a class="el" href="copyright.html">Copyright and License</a></li>
<li><a class="el" href="help_wanted.html">Make a Difference</a></li>
<li><a class="el" href="howto_release.html">Make a new release</a></li>
<li><a class="el" href="authors.html">People</a></li>
</ul>
<h2><a class="anchor" id="at_sourceforge"></a>
AirRAC at SourceForge</h2>
<ul>
<li><a href="http://sourceforge.net/projects/airrac/">Project page</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=317250">Download AirRAC</a></li>
<li><a href="https://sourceforge.net/apps/trac/airrac/newticket">Open a ticket for a bug or feature</a></li>
<li><a href="http://sourceforge.net/mail/?group_id=317250">Mailing lists</a></li>
<li><a href="https://sourceforge.net/apps/phpbb/airrac/">Forums</a><ul>
<li><a href="https://sourceforge.net/apps/phpbb/airrac/viewforum.php?f=1">Discuss about Development issues</a></li>
<li><a href="https://sourceforge.net/apps/phpbb/airrac/viewforum.php?f=2">Ask for Help</a></li>
<li><a href="https://sourceforge.net/apps/phpbb/airrac/viewforum.php?f=3">Discuss AirRAC</a></li>
</ul>
</li>
</ul>
<h2><a class="anchor" id="development"></a>
AirRAC Development</h2>
<ul>
<li><a href="http://airrac.git.sourceforge.net/git/gitweb.cgi?p=airrac/airrac;a=tree;h=refs/heads/trunk;hb=trunk">Git Repository</a> (Subversion is deprecated)</li>
<li><a class="el" href="coding_rules.html">Coding Rules</a></li>
<li><a class="el" href="documentation.html">Documentation Rules</a></li>
<li><a class="el" href="test.html">Test Rules</a></li>
</ul>
<h2><a class="anchor" id="external_libs"></a>
External Libraries</h2>
<ul>
<li><a href="http://www.boost.org">Boost (C++ STL extensions)</a></li>
<li><a href="http://www.python.org/">Python</a></li>
<li><a href="http://dev.mysql.com/">MySQL client</a></li>
<li><a href="http://soci.sourceforge.net/">SOCI (C++ DB API)</a></li>
</ul>
<h2><a class="anchor" id="social_sponsorship"></a>
Support AirRAC</h2>
 
<table width="100%">
 <tr>
  <td align="left" valign="middle">
   <a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="denis_arnaud">Tweet</a>
   <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
  </td>
  <td align="right" valign="middle">
   <g:plusone></g:plusone> 
  </td>
 </tr>
</table>
 
</div>
<!-- end of right margin -->
<h2><a class="anchor" id="about"></a>
About AirRAC</h2>
<p>AirRAC is a C++ library of airline revenue accounting classes and functions, mainly targeting simulation purposes. <a class="el" href="main.html#N">N</a></p>
<p>AirRAC makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the <a href="http://www.boost.org">Boost</a> (<em>C++ Standard Extensions</em>) library is used.</p>
<p>The AirRAC library originates from the department of Operational Research and Innovation at <a href="http://www.amadeus.com">Amadeus</a>, Sophia Antipolis, France. AirRAC is released under the terms of the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a> (LGPLv2.1) for you to enjoy.</p>
<p>AirRAC should work on <a href="http://en.wikipedia.org/wiki/GNU/Linux">GNU/Linux</a>, <a href="http://www.sun.com/software/solaris/">Sun Solaris</a>, Microsoft Windows (with <a href="http://www.cygwin.com/">Cygwin</a>, <a href="http://www.mingw.org/">MinGW/MSYS</a>, or <a href="http://msdn.microsoft.com/visualc/">Microsoft Visual C++ .NET</a>) and <a href="http://www.apple.com/macosx/">Mac OS X</a> operating systems.</p>
<dl class="note"><dt><b>Note:</b></dt><dd><a class="anchor" id="N"></a> (N) - The AirRAC library is <b>NOT</b> intended, in any way, to be used by airlines for production systems. If you want to report issue, bug or feature request, or if you just want to give feedback, have a look on the right-hand side of this page for the preferred reporting methods. In any case, please do not contact Amadeus directly for any matter related to AirRAC.</dd></dl>
 
</div>
<!-- end of main block -->
 </div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

		
		<li class="footer">Generated on Wed Nov 2 2011 23:02:18 for AirRAC by
		  <a href="http://www.doxygen.org/index.html">
			<img class="footer" src="doxygen.png" alt="doxygen"/></a> 
		  1.7.4
		</li>
		<li class="footer">
		  <a href="http://sourceforge.net/projects/airrac"><img class="footer" src="http://sflogo.sourceforge.net/sflogo.php?group_id=317250&type=12&format=.png" alt="SourceForge Logo"></a>
		</li>
	  </ul>
	</div>
	

	
  </body>
</html>