diff options
author | Mark Evans <evan@hdfgroup.org> | 2014-07-22 13:12:36 (GMT) |
---|---|---|
committer | Mark Evans <evan@hdfgroup.org> | 2014-07-22 13:12:36 (GMT) |
commit | d4d24390a23ff1b902dbad6dbb55cde18b17c2c4 (patch) | |
tree | d1594c747f71f7bbc172a28ee7f41adfc3ed2359 /c++/src/cpplus_RM/index.html | |
parent | ee28a1ad8bba619ad76a610eb4b300f4c5de8d3e (diff) | |
download | hdf5-d4d24390a23ff1b902dbad6dbb55cde18b17c2c4.zip hdf5-d4d24390a23ff1b902dbad6dbb55cde18b17c2c4.tar.gz hdf5-d4d24390a23ff1b902dbad6dbb55cde18b17c2c4.tar.bz2 |
[svn-r25460] The contents of this directory is the C++ Reference Manual and
is generated by Doxygen.
Diffstat (limited to 'c++/src/cpplus_RM/index.html')
-rw-r--r-- | c++/src/cpplus_RM/index.html | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/c++/src/cpplus_RM/index.html b/c++/src/cpplus_RM/index.html deleted file mode 100644 index 9ef2892..0000000 --- a/c++/src/cpplus_RM/index.html +++ /dev/null @@ -1,105 +0,0 @@ -<!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 http-equiv="X-UA-Compatible" content="IE=9"/> -<meta name="generator" content="Doxygen 1.8.5"/> -<title>HDF5 C++ API: Main Page</title> -<link href="tabs.css" rel="stylesheet" type="text/css"/> -<script type="text/javascript" src="jquery.js"></script> -<script type="text/javascript" src="dynsections.js"></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> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> -</head> -<body> -<div id="top"><!-- do not remove this div, it is closed by doxygen! --> -<div id="titlearea"> -<table cellspacing="0" cellpadding="0"> - <tbody> - <tr style="height: 56px;"> - <td id="projectlogo"><img alt="Logo" src="hdf_logo.jpg"/></td> - <td style="padding-left: 0.5em;"> - <div id="projectname">HDF5 C++ API -  <span id="projectnumber">1.8.13</span> - </div> - </td> - </tr> - </tbody> -</table> -</div> -<!-- end header part --> -<!-- Generated by Doxygen 1.8.5 --> -<script type="text/javascript"> -var searchBox = new SearchBox("searchBox", "search",false,'Search'); -</script> - <div id="navrow1" class="tabs"> - <ul class="tablist"> - <li class="current"><a href="index.html"><span>Main Page</span></a></li> - <li><a href="annotated.html"><span>Classes</span></a></li> - <li><a href="examples.html"><span>Examples</span></a></li> - <li> - <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><!-- top --> -<!-- 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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</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> - -<div class="contents"> -<div class="textblock"><h1><a class="anchor" id="intro_sec"></a> -Introduction</h1> -<p>The C++ API provides C++ wrappers for the HDF5 C Library.</p> -<p>It is assumed that the user has knowledge of the <a href="http://www.hdfgroup.org/HDF5/doc/H5.format.html">HDF5 file format</a> and its components. For more information on the HDF5 C Library, see the <a href="http://www.hdfgroup.org/HDF5/doc/index.html">HDF5 Software Documentation</a> page.</p> -<p>Because the HDF5 C Library maps very well to the object oriented design approach, classes in the C++ API can closely represent the interfaces of the C APIs as follows:</p> -<pre class="fragment"> HDF5 C APIs C++ Classes - ----------- ----------- - Attribute Interface (H5A) Attribute - Datasets Interface (H5D) DataSet - Error Interface (H5E) Exception - File Interface (H5F) H5File - Group Interface (H5G) Group - Identifier Interface (H5I) IdComponent - Property List Interface (H5P) PropList and subclasses - Dataspace Interface (H5S) DataSpace - Datatype Interface (H5T) DataType and subclasses -</pre> <h1><a class="anchor" id="install_sec"></a> -Installation</h1> -<p>Please refer to the file release_docs/INSTALL under the top directory for information about installing, building, and testing the C++ API. </p> -</div></div><!-- contents --> -<!-- start footer part --> -<hr class="footer"/><address class="footer"><small> -Generated on Mon Jul 21 2014 10:58:45 for HDF5 C++ API by  <a href="http://www.doxygen.org/index.html"> -<img class="footer" src="doxygen.png" alt="doxygen"/> -</a> 1.8.5 -</small></address> -</body> -</html> |