summaryrefslogtreecommitdiffstats
path: root/c++/src/cpplus_RM/_h5_pred_type_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/cpplus_RM/_h5_pred_type_8h_source.html')
-rw-r--r--c++/src/cpplus_RM/_h5_pred_type_8h_source.html452
1 files changed, 452 insertions, 0 deletions
diff --git a/c++/src/cpplus_RM/_h5_pred_type_8h_source.html b/c++/src/cpplus_RM/_h5_pred_type_8h_source.html
new file mode 100644
index 0000000..efba0c7
--- /dev/null
+++ b/c++/src/cpplus_RM/_h5_pred_type_8h_source.html
@@ -0,0 +1,452 @@
+<!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: H5PredType.h Source File</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
+ &#160;<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><a href="index.html"><span>Main&#160;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">&#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>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</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="header">
+ <div class="headertitle">
+<div class="title">H5PredType.h</div> </div>
+</div><!--header-->
+<div class="contents">
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// C++ informative line for the emacs editor: -*- C++ -*-</span></div>
+<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *</span></div>
+<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * Copyright by The HDF Group. *</span></div>
+<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Copyright by the Board of Trustees of the University of Illinois. *</span></div>
+<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * All rights reserved. *</span></div>
+<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * *</span></div>
+<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * This file is part of HDF5. The full HDF5 copyright notice, including *</span></div>
+<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * terms governing use, modification, and redistribution, is contained in *</span></div>
+<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * the files COPYING and Copyright.html. COPYING can be found at the root *</span></div>
+<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * of the source code distribution tree; Copyright.html can be found at the *</span></div>
+<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * root level of an installed copy of the electronic HDF5 document set and *</span></div>
+<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * is linked from the top-level documents page. It can also be found at *</span></div>
+<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *</span></div>
+<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * access to either file, you may request a copy from help@hdfgroup.org. *</span></div>
+<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */</span></div>
+<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div>
+<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#ifndef __H5PredType_H</span></div>
+<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define __H5PredType_H</span></div>
+<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef H5_NO_NAMESPACE</span></div>
+<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor"></span><span class="keyword">namespace </span>H5 {</div>
+<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">/* This constant is defined for a workaround to eliminate memory leaks due to</span></div>
+<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> the library being re-initiated when PredType destructors are invoked. A</span></div>
+<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> PredType instant with H5CPP_EXITED as the value of its &quot;id&quot; is constructed</span></div>
+<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> before the other PredType objects are created. At exit, when this special</span></div>
+<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"> PredType object is to be destructed, no HDF5 library function will be called</span></div>
+<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment"> and the library will be terminated. -BMR, Mar 30, 2012 */</span></div>
+<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div>
+<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define H5CPP_EXITED -3 // -3 is less likely to be used elsewhere</span></div>
+<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif // DOXYGEN_SHOULD_SKIP_THIS</span></div>
+<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html"> 41</a></span>&#160;<span class="keyword">class </span>H5_DLLCPP <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> : <span class="keyword">public</span> <a class="code" href="class_h5_1_1_atom_type.html">AtomType</a> {</div>
+<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keyword">public</span>:</div>
+<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa29af075cf3bb23c1d962f73c4116ba6"> 44</a></span>&#160; <span class="keyword">virtual</span> H5std_string <a class="code" href="class_h5_1_1_pred_type.html#aa29af075cf3bb23c1d962f73c4116ba6">fromClass</a> ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span>(<span class="stringliteral">&quot;PredType&quot;</span>); }</div>
+<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div>
+<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="comment">// Makes a copy of the predefined type and stores the new</span></div>
+<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="comment">// id in the left hand side object.</span></div>
+<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <a class="code" href="class_h5_1_1_pred_type.html">PredType</a>&amp; operator=( <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a>&amp; rhs );</div>
+<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div>
+<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="comment">// Copy constructor - makes copy of the original object</span></div>
+<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="class_h5_1_1_pred_type.html">PredType</a>( <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a>&amp; original );</div>
+<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div>
+<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="comment">// Noop destructor</span></div>
+<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="class_h5_1_1_pred_type.html">PredType</a>();</div>
+<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div>
+<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="comment">// Declaration of predefined types; their definition is in H5PredType.cpp</span></div>
+<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a44833e411c4b97c99874efc54d996883"> 57</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a44833e411c4b97c99874efc54d996883">STD_I8BE</a>;</div>
+<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac4612a91c052285975cf1d8494b06aa8"> 58</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac4612a91c052285975cf1d8494b06aa8">STD_I8LE</a>;</div>
+<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#abd4e15115a19352cbff6db29bd3d3b7b"> 59</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#abd4e15115a19352cbff6db29bd3d3b7b">STD_I16BE</a>;</div>
+<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a460c5317cc2559810ab4b352f8a9bb7f"> 60</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a460c5317cc2559810ab4b352f8a9bb7f">STD_I16LE</a>;</div>
+<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a3b4f99b5b46dc8012ec4defe8da0e8de"> 61</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a3b4f99b5b46dc8012ec4defe8da0e8de">STD_I32BE</a>;</div>
+<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ab31da64fda34c604a29e16c3176021ac"> 62</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ab31da64fda34c604a29e16c3176021ac">STD_I32LE</a>;</div>
+<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ae2affc7564a35172bd9a2f89880be410"> 63</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ae2affc7564a35172bd9a2f89880be410">STD_I64BE</a>;</div>
+<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac880911edf46ee4513cc11ab07ca3bde"> 64</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac880911edf46ee4513cc11ab07ca3bde">STD_I64LE</a>;</div>
+<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a49ae1b2044535ef1cd267d6c14438f21"> 65</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a49ae1b2044535ef1cd267d6c14438f21">STD_U8BE</a>;</div>
+<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a2b6ba019fd71b44bed2974e9aebb5f42"> 66</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a2b6ba019fd71b44bed2974e9aebb5f42">STD_U8LE</a>;</div>
+<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ab20cac18a9151ce74d4b77e0e05d2f0b"> 67</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ab20cac18a9151ce74d4b77e0e05d2f0b">STD_U16BE</a>;</div>
+<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a926b0e8521a55ea413e98276dd1dc9cf"> 68</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a926b0e8521a55ea413e98276dd1dc9cf">STD_U16LE</a>;</div>
+<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a33ed1d2e269e0e6e6f9519e5a1183cfd"> 69</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a33ed1d2e269e0e6e6f9519e5a1183cfd">STD_U32BE</a>;</div>
+<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ad3200232f59cc9d2d49f98b4496a178b"> 70</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ad3200232f59cc9d2d49f98b4496a178b">STD_U32LE</a>;</div>
+<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a7fe7a6637f71dbba3110efb619a64a7b"> 71</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a7fe7a6637f71dbba3110efb619a64a7b">STD_U64BE</a>;</div>
+<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a8affac274b4d4836e2918bc72462e7d6"> 72</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a8affac274b4d4836e2918bc72462e7d6">STD_U64LE</a>;</div>
+<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a637b6ccc8af68fe374ac13cee342ffa5"> 73</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a637b6ccc8af68fe374ac13cee342ffa5">STD_B8BE</a>;</div>
+<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ab5e2038beba46a0fe2a636f4f352f34f"> 74</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ab5e2038beba46a0fe2a636f4f352f34f">STD_B8LE</a>;</div>
+<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ad103fa531285a3f8a7b7d667c6304e58"> 75</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ad103fa531285a3f8a7b7d667c6304e58">STD_B16BE</a>;</div>
+<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a60e9d509d34779be2837c9fa8bc27d9f"> 76</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a60e9d509d34779be2837c9fa8bc27d9f">STD_B16LE</a>;</div>
+<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#af3d308d0b34d539067544da387fa5a4d"> 77</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#af3d308d0b34d539067544da387fa5a4d">STD_B32BE</a>;</div>
+<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ae55f876474965201f032aaf9614b7849"> 78</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ae55f876474965201f032aaf9614b7849">STD_B32LE</a>;</div>
+<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a38e8491579180cd9bf38de16171c985e"> 79</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a38e8491579180cd9bf38de16171c985e">STD_B64BE</a>;</div>
+<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a2933409af66b77e936fee17baf18721f"> 80</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a2933409af66b77e936fee17baf18721f">STD_B64LE</a>;</div>
+<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a1e69d8ffc8f423bd26d1e4210f5f658f"> 81</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a1e69d8ffc8f423bd26d1e4210f5f658f">STD_REF_OBJ</a>;</div>
+<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa3b16d76530b829c6fabc64278a259b4"> 82</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa3b16d76530b829c6fabc64278a259b4">STD_REF_DSETREG</a>;</div>
+<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div>
+<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a639b8b3f8e65d81d408d78f81a9dc596"> 84</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a639b8b3f8e65d81d408d78f81a9dc596">C_S1</a>;</div>
+<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aaa77e1ff78f2f325d588036e0f9469b3"> 85</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aaa77e1ff78f2f325d588036e0f9469b3">FORTRAN_S1</a>;</div>
+<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;</div>
+<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aebdfd010c0781cb4f391f4b5ff6092c2"> 87</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aebdfd010c0781cb4f391f4b5ff6092c2">IEEE_F32BE</a>;</div>
+<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a8ce1102ef03f5071d2a4811448d1f285"> 88</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a8ce1102ef03f5071d2a4811448d1f285">IEEE_F32LE</a>;</div>
+<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aec8a520eb01c5d884562fa9b94308e77"> 89</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aec8a520eb01c5d884562fa9b94308e77">IEEE_F64BE</a>;</div>
+<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a3dbddc351f814c9e82d9b0d38d94bcee"> 90</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a3dbddc351f814c9e82d9b0d38d94bcee">IEEE_F64LE</a>;</div>
+<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;</div>
+<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ae7f0b8d74f633e364a9ba0a20727dac2"> 92</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ae7f0b8d74f633e364a9ba0a20727dac2">UNIX_D32BE</a>;</div>
+<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa44d74bb687190190fa3ec3019579e2f"> 93</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa44d74bb687190190fa3ec3019579e2f">UNIX_D32LE</a>;</div>
+<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a14a9c109e84ac8dd1d01fcce4c0b6ebd"> 94</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a14a9c109e84ac8dd1d01fcce4c0b6ebd">UNIX_D64BE</a>;</div>
+<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a22ce9d050cdc2f6ed13ce4b32993cc23"> 95</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a22ce9d050cdc2f6ed13ce4b32993cc23">UNIX_D64LE</a>;</div>
+<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div>
+<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac1a5d79e6f525504847de8eb2033eed0"> 97</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac1a5d79e6f525504847de8eb2033eed0">INTEL_I8</a>;</div>
+<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aac016fce3a763b30559b03da16c10cad"> 98</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aac016fce3a763b30559b03da16c10cad">INTEL_I16</a>;</div>
+<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a9c1271b25845e99faaa1fe96a7abed71"> 99</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a9c1271b25845e99faaa1fe96a7abed71">INTEL_I32</a>;</div>
+<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac50a22ffd5e4fe629363961949801a3c"> 100</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac50a22ffd5e4fe629363961949801a3c">INTEL_I64</a>;</div>
+<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a30709ffd6dea99ca571d6d55f3faa77c"> 101</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a30709ffd6dea99ca571d6d55f3faa77c">INTEL_U8</a>;</div>
+<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a2b3d1ba9b1e031432fac2dc4b75a4e6e"> 102</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a2b3d1ba9b1e031432fac2dc4b75a4e6e">INTEL_U16</a>;</div>
+<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a8c02358878872f57187bcdabaa77f0c9"> 103</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a8c02358878872f57187bcdabaa77f0c9">INTEL_U32</a>;</div>
+<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ae0b26f35ff394256db92b2799a067ed3"> 104</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ae0b26f35ff394256db92b2799a067ed3">INTEL_U64</a>;</div>
+<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a7e1b0f12025aa4b94f1e18d9eeed20be"> 105</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a7e1b0f12025aa4b94f1e18d9eeed20be">INTEL_B8</a>;</div>
+<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a7efa55d1f0aad66f46258e225f73344e"> 106</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a7efa55d1f0aad66f46258e225f73344e">INTEL_B16</a>;</div>
+<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a1c7e18746a3c86645f6f0f05d651c4e8"> 107</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a1c7e18746a3c86645f6f0f05d651c4e8">INTEL_B32</a>;</div>
+<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa8489b39cc1f1e79768152fe961e954a"> 108</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa8489b39cc1f1e79768152fe961e954a">INTEL_B64</a>;</div>
+<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a470a948d630c795960f9a3d59ec9e06b"> 109</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a470a948d630c795960f9a3d59ec9e06b">INTEL_F32</a>;</div>
+<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a4691df493ccc936fe269cbef5d72e9d5"> 110</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a4691df493ccc936fe269cbef5d72e9d5">INTEL_F64</a>;</div>
+<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;</div>
+<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ad8475ec1fa91002c139e03851b42ae33"> 112</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ad8475ec1fa91002c139e03851b42ae33">ALPHA_I8</a>;</div>
+<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#acbca9e339b705bd21b17492a7c2700ad"> 113</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#acbca9e339b705bd21b17492a7c2700ad">ALPHA_I16</a>;</div>
+<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a84c82be31a6f662d82aaf47a3376efb6"> 114</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a84c82be31a6f662d82aaf47a3376efb6">ALPHA_I32</a>;</div>
+<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a60179690513799f649017adafcd7c14b"> 115</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a60179690513799f649017adafcd7c14b">ALPHA_I64</a>;</div>
+<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a7242c90491e02f97d014cac1cc8f38e5"> 116</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a7242c90491e02f97d014cac1cc8f38e5">ALPHA_U8</a>;</div>
+<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa8fcd332d7c5eece1b2affc90675757f"> 117</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa8fcd332d7c5eece1b2affc90675757f">ALPHA_U16</a>;</div>
+<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a47187b8b6ce42b514d7f3597e386cd61"> 118</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a47187b8b6ce42b514d7f3597e386cd61">ALPHA_U32</a>;</div>
+<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ab4dd6ed47ffb1a5454d859272bd36aa8"> 119</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ab4dd6ed47ffb1a5454d859272bd36aa8">ALPHA_U64</a>;</div>
+<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a5c7ef99a8f8c10c01acbb49301822b5d"> 120</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a5c7ef99a8f8c10c01acbb49301822b5d">ALPHA_B8</a>;</div>
+<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac9ce4d92ee7be65c0281c73b43338afa"> 121</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac9ce4d92ee7be65c0281c73b43338afa">ALPHA_B16</a>;</div>
+<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a6c8a3a29d47bc77b50a5fe422242caf1"> 122</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a6c8a3a29d47bc77b50a5fe422242caf1">ALPHA_B32</a>;</div>
+<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ae4f532c54f5fbedd5c5ce67d1bfef414"> 123</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ae4f532c54f5fbedd5c5ce67d1bfef414">ALPHA_B64</a>;</div>
+<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac3c19a0d051f3a656347194b315eff8d"> 124</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac3c19a0d051f3a656347194b315eff8d">ALPHA_F32</a>;</div>
+<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#af665577f20ac5d5b0d1c937b2d5132be"> 125</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#af665577f20ac5d5b0d1c937b2d5132be">ALPHA_F64</a>;</div>
+<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;</div>
+<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a63bc10e71f10d5d85dfde684be923392"> 127</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a63bc10e71f10d5d85dfde684be923392">MIPS_I8</a>;</div>
+<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a22c8a88256aa7f6db036448816ef1472"> 128</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a22c8a88256aa7f6db036448816ef1472">MIPS_I16</a>;</div>
+<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa9aade4c27680ea497554817b38a9710"> 129</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa9aade4c27680ea497554817b38a9710">MIPS_I32</a>;</div>
+<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a2a72f07dfa79ee3c752d238e79928ece"> 130</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a2a72f07dfa79ee3c752d238e79928ece">MIPS_I64</a>;</div>
+<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a9464d3d68f1a03b42336fcb69d3ebf02"> 131</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a9464d3d68f1a03b42336fcb69d3ebf02">MIPS_U8</a>;</div>
+<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a53275893cc06aca71ff2a00444de1533"> 132</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a53275893cc06aca71ff2a00444de1533">MIPS_U16</a>;</div>
+<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a1519daabc7ba6aa51296ae42403a34e3"> 133</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a1519daabc7ba6aa51296ae42403a34e3">MIPS_U32</a>;</div>
+<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a32836ea587df3838677357175f18b4b5"> 134</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a32836ea587df3838677357175f18b4b5">MIPS_U64</a>;</div>
+<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a278e1c6e9ff0cc385141fbae70a05561"> 135</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a278e1c6e9ff0cc385141fbae70a05561">MIPS_B8</a>;</div>
+<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a78a26b35c3a19aec93518a990a5b92b5"> 136</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a78a26b35c3a19aec93518a990a5b92b5">MIPS_B16</a>;</div>
+<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#addb258adff59a9f21507edba007f0679"> 137</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#addb258adff59a9f21507edba007f0679">MIPS_B32</a>;</div>
+<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#afdbdf949b7495cb262b53595ba2e9a87"> 138</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#afdbdf949b7495cb262b53595ba2e9a87">MIPS_B64</a>;</div>
+<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#acba17926a46fc392642b7d7504cab85b"> 139</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#acba17926a46fc392642b7d7504cab85b">MIPS_F32</a>;</div>
+<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a62792fae599267ddd9823846bf0026de"> 140</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a62792fae599267ddd9823846bf0026de">MIPS_F64</a>;</div>
+<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;</div>
+<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a0044bc24a845a1ece648ac2c0d79cdb9"> 142</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a0044bc24a845a1ece648ac2c0d79cdb9">NATIVE_CHAR</a>;</div>
+<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a9c45e156dc8468f2f4b75874af34d259"> 143</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a9c45e156dc8468f2f4b75874af34d259">NATIVE_SCHAR</a>;</div>
+<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a448d626bd6e5b8f7b8d92b1766410007"> 144</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a448d626bd6e5b8f7b8d92b1766410007">NATIVE_UCHAR</a>;</div>
+<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ae92fcc4e9ab405c725f9b64284b8e8f2"> 145</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ae92fcc4e9ab405c725f9b64284b8e8f2">NATIVE_SHORT</a>;</div>
+<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a79eaf2c163177a8fc6620560aa4cff36"> 146</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a79eaf2c163177a8fc6620560aa4cff36">NATIVE_USHORT</a>;</div>
+<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a3308bcd537696a8d728cd3b443f2fc7b"> 147</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a3308bcd537696a8d728cd3b443f2fc7b">NATIVE_INT</a>;</div>
+<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a173cefe35df694544790548ed38b2732"> 148</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a173cefe35df694544790548ed38b2732">NATIVE_UINT</a>;</div>
+<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a084ffd0ab3361b13eec6f04bcafc8c4f"> 149</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a084ffd0ab3361b13eec6f04bcafc8c4f">NATIVE_LONG</a>;</div>
+<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a06ae841ee5f45fadf5d946de8137e7e3"> 150</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a06ae841ee5f45fadf5d946de8137e7e3">NATIVE_ULONG</a>;</div>
+<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aef226f7baef804c834e6bfe6b5f32552"> 151</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aef226f7baef804c834e6bfe6b5f32552">NATIVE_LLONG</a>;</div>
+<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa788ee310e338685cbff871d3d65f8f6"> 152</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa788ee310e338685cbff871d3d65f8f6">NATIVE_ULLONG</a>;</div>
+<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa1840efa5f3728f370bfdb475b010c02"> 153</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa1840efa5f3728f370bfdb475b010c02">NATIVE_FLOAT</a>;</div>
+<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a4d04943f071e75f43cd423ce13119b9f"> 154</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a4d04943f071e75f43cd423ce13119b9f">NATIVE_DOUBLE</a>;</div>
+<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ad478b2caaf804a40b7f5c5c4de83ed61"> 155</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ad478b2caaf804a40b7f5c5c4de83ed61">NATIVE_LDOUBLE</a>;</div>
+<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#af7956deee7c710fc9cde275455f80cc2"> 156</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#af7956deee7c710fc9cde275455f80cc2">NATIVE_B8</a>;</div>
+<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a669cfc51051f32f454b20b5e8fc3280f"> 157</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a669cfc51051f32f454b20b5e8fc3280f">NATIVE_B16</a>;</div>
+<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#ac292ec5492ec6d7a31b0a7930632c454"> 158</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#ac292ec5492ec6d7a31b0a7930632c454">NATIVE_B32</a>;</div>
+<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a2e9173d1917bafbe10e4b9bb8d409316"> 159</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a2e9173d1917bafbe10e4b9bb8d409316">NATIVE_B64</a>;</div>
+<div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aeee661384fb959e9a70fe58d86381f83"> 160</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aeee661384fb959e9a70fe58d86381f83">NATIVE_OPAQUE</a>;</div>
+<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#acdb2833d8eb5dcf2f89a53912b3a1f1e"> 161</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#acdb2833d8eb5dcf2f89a53912b3a1f1e">NATIVE_HSIZE</a>;</div>
+<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a1d45d3816ec65366276b3710139cabbb"> 162</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a1d45d3816ec65366276b3710139cabbb">NATIVE_HSSIZE</a>;</div>
+<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aec51c8deb3bdb4b470a45643b6af4624"> 163</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aec51c8deb3bdb4b470a45643b6af4624">NATIVE_HERR</a>;</div>
+<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#aa45ce1582595407d4e28cd1ae71987aa"> 164</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#aa45ce1582595407d4e28cd1ae71987aa">NATIVE_HBOOL</a>;</div>
+<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;</div>
+<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a9b472967372025b70fd3925b9f5b6f38"> 166</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a9b472967372025b70fd3925b9f5b6f38">NATIVE_INT8</a>;</div>
+<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a17b688e5445c81b1a633c9be225a388d"> 167</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a17b688e5445c81b1a633c9be225a388d">NATIVE_UINT8</a>;</div>
+<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a19cc8b04760bc07fb763da95e8f6094c"> 168</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a19cc8b04760bc07fb763da95e8f6094c">NATIVE_INT16</a>;</div>
+<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a8a3c25f8281e00d16dde9bee50af68d9"> 169</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a8a3c25f8281e00d16dde9bee50af68d9">NATIVE_UINT16</a>;</div>
+<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a1b4e2514d885b926cf640c26bbcb7ae8"> 170</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a1b4e2514d885b926cf640c26bbcb7ae8">NATIVE_INT32</a>;</div>
+<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a53816ebd753710a5f88140e7e566f2fe"> 171</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a53816ebd753710a5f88140e7e566f2fe">NATIVE_UINT32</a>;</div>
+<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#af62843475114d90b7bfa02b6736976fd"> 172</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#af62843475114d90b7bfa02b6736976fd">NATIVE_INT64</a>;</div>
+<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="class_h5_1_1_pred_type.html#a81f50f04810a1997bf8188c9b30e83cd"> 173</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> <a class="code" href="class_h5_1_1_pred_type.html#a81f50f04810a1997bf8188c9b30e83cd">NATIVE_UINT64</a>;</div>
+<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;</div>
+<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="comment">// LEAST types</span></div>
+<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_LEAST8_T != 0</span></div>
+<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_LEAST8;</div>
+<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_LEAST8_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_LEAST8_T != 0</span></div>
+<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_LEAST8;</div>
+<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_LEAST8_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_LEAST16_T != 0</span></div>
+<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_LEAST16;</div>
+<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_LEAST16_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_LEAST16_T != 0</span></div>
+<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_LEAST16;</div>
+<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_LEAST16_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_LEAST32_T != 0</span></div>
+<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_LEAST32;</div>
+<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_LEAST32_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_LEAST32_T != 0</span></div>
+<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_LEAST32;</div>
+<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_LEAST32_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_LEAST64_T != 0</span></div>
+<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_LEAST64;</div>
+<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_LEAST64_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_LEAST64_T != 0</span></div>
+<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_LEAST64;</div>
+<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_LEAST64_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;<span class="comment">// FAST types</span></div>
+<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_FAST8_T != 0</span></div>
+<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_FAST8;</div>
+<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_FAST8_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_FAST8_T != 0</span></div>
+<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_FAST8;</div>
+<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_FAST8_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_FAST16_T != 0</span></div>
+<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_FAST16;</div>
+<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_FAST16_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_FAST16_T != 0</span></div>
+<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_FAST16;</div>
+<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_FAST16_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_FAST32_T != 0</span></div>
+<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_FAST32;</div>
+<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_FAST32_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_FAST32_T != 0</span></div>
+<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_FAST32;</div>
+<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_FAST32_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;<span class="preprocessor">#if H5_SIZEOF_INT_FAST64_T != 0</span></div>
+<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_INT_FAST64;</div>
+<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_INT_FAST64_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#if H5_SIZEOF_UINT_FAST64_T != 0</span></div>
+<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;<span class="preprocessor"></span> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> NATIVE_UINT_FAST64;</div>
+<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* H5_SIZEOF_UINT_FAST64_T */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; <span class="keywordtype">void</span> commit(<a class="code" href="class_h5_1_1_h5_location.html">H5Location</a>&amp; loc, <span class="keyword">const</span> H5std_string&amp; name );</div>
+<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <span class="keywordtype">void</span> commit(<a class="code" href="class_h5_1_1_h5_location.html">H5Location</a>&amp; loc, <span class="keyword">const</span> <span class="keywordtype">char</span>* name );</div>
+<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <span class="keywordtype">bool</span> committed();</div>
+<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;</div>
+<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <span class="keyword">protected</span>:</div>
+<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;<span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span></div>
+<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;<span class="preprocessor"></span> <span class="comment">// Default constructor</span></div>
+<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <a class="code" href="class_h5_1_1_pred_type.html">PredType</a>();</div>
+<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;</div>
+<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; <span class="comment">// Creates a pre-defined type using an HDF5 pre-defined constant</span></div>
+<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; <a class="code" href="class_h5_1_1_pred_type.html">PredType</a>( <span class="keyword">const</span> hid_t predtype_id ); <span class="comment">// used by the library only</span></div>
+<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;</div>
+<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;<span class="preprocessor">#endif // DOXYGEN_SHOULD_SKIP_THIS</span></div>
+<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <span class="keyword">private</span>:</div>
+<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; <span class="comment">// Added this to work around the atexit/global destructor problem.</span></div>
+<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <span class="comment">// It&#39;ll help to terminate the library after other PredType instances</span></div>
+<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; <span class="comment">// are closed. -BMR, Mar 30, 2012</span></div>
+<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="class_h5_1_1_pred_type.html">PredType</a> AtExit;</div>
+<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;</div>
+<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160;};</div>
+<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;<span class="preprocessor">#ifndef H5_NO_NAMESPACE</span></div>
+<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;<span class="preprocessor"></span>}</div>
+<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif // __H5PredType_H</span></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a1e69d8ffc8f423bd26d1e4210f5f658f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a1e69d8ffc8f423bd26d1e4210f5f658f">H5::PredType::STD_REF_OBJ</a></div><div class="ttdeci">static const PredType STD_REF_OBJ</div><div class="ttdef"><b>Definition:</b> H5PredType.h:81</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a639b8b3f8e65d81d408d78f81a9dc596"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a639b8b3f8e65d81d408d78f81a9dc596">H5::PredType::C_S1</a></div><div class="ttdeci">static const PredType C_S1</div><div class="ttdef"><b>Definition:</b> H5PredType.h:84</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a8ce1102ef03f5071d2a4811448d1f285"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a8ce1102ef03f5071d2a4811448d1f285">H5::PredType::IEEE_F32LE</a></div><div class="ttdeci">static const PredType IEEE_F32LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:88</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ae7f0b8d74f633e364a9ba0a20727dac2"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ae7f0b8d74f633e364a9ba0a20727dac2">H5::PredType::UNIX_D32BE</a></div><div class="ttdeci">static const PredType UNIX_D32BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:92</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ad478b2caaf804a40b7f5c5c4de83ed61"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ad478b2caaf804a40b7f5c5c4de83ed61">H5::PredType::NATIVE_LDOUBLE</a></div><div class="ttdeci">static const PredType NATIVE_LDOUBLE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:155</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_af7956deee7c710fc9cde275455f80cc2"><div class="ttname"><a href="class_h5_1_1_pred_type.html#af7956deee7c710fc9cde275455f80cc2">H5::PredType::NATIVE_B8</a></div><div class="ttdeci">static const PredType NATIVE_B8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:156</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a79eaf2c163177a8fc6620560aa4cff36"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a79eaf2c163177a8fc6620560aa4cff36">H5::PredType::NATIVE_USHORT</a></div><div class="ttdeci">static const PredType NATIVE_USHORT</div><div class="ttdef"><b>Definition:</b> H5PredType.h:146</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a53816ebd753710a5f88140e7e566f2fe"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a53816ebd753710a5f88140e7e566f2fe">H5::PredType::NATIVE_UINT32</a></div><div class="ttdeci">static const PredType NATIVE_UINT32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:171</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a084ffd0ab3361b13eec6f04bcafc8c4f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a084ffd0ab3361b13eec6f04bcafc8c4f">H5::PredType::NATIVE_LONG</a></div><div class="ttdeci">static const PredType NATIVE_LONG</div><div class="ttdef"><b>Definition:</b> H5PredType.h:149</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html"><div class="ttname"><a href="class_h5_1_1_pred_type.html">H5::PredType</a></div><div class="ttdoc">Class PredType holds the definition of all the HDF5 predefined datatypes. </div><div class="ttdef"><b>Definition:</b> H5PredType.h:41</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_abd4e15115a19352cbff6db29bd3d3b7b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#abd4e15115a19352cbff6db29bd3d3b7b">H5::PredType::STD_I16BE</a></div><div class="ttdeci">static const PredType STD_I16BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:59</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa788ee310e338685cbff871d3d65f8f6"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa788ee310e338685cbff871d3d65f8f6">H5::PredType::NATIVE_ULLONG</a></div><div class="ttdeci">static const PredType NATIVE_ULLONG</div><div class="ttdef"><b>Definition:</b> H5PredType.h:152</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a19cc8b04760bc07fb763da95e8f6094c"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a19cc8b04760bc07fb763da95e8f6094c">H5::PredType::NATIVE_INT16</a></div><div class="ttdeci">static const PredType NATIVE_INT16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:168</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a8a3c25f8281e00d16dde9bee50af68d9"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a8a3c25f8281e00d16dde9bee50af68d9">H5::PredType::NATIVE_UINT16</a></div><div class="ttdeci">static const PredType NATIVE_UINT16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:169</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a3308bcd537696a8d728cd3b443f2fc7b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a3308bcd537696a8d728cd3b443f2fc7b">H5::PredType::NATIVE_INT</a></div><div class="ttdeci">static const PredType NATIVE_INT</div><div class="ttdef"><b>Definition:</b> H5PredType.h:147</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a8affac274b4d4836e2918bc72462e7d6"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a8affac274b4d4836e2918bc72462e7d6">H5::PredType::STD_U64LE</a></div><div class="ttdeci">static const PredType STD_U64LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:72</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a49ae1b2044535ef1cd267d6c14438f21"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a49ae1b2044535ef1cd267d6c14438f21">H5::PredType::STD_U8BE</a></div><div class="ttdeci">static const PredType STD_U8BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:65</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a926b0e8521a55ea413e98276dd1dc9cf"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a926b0e8521a55ea413e98276dd1dc9cf">H5::PredType::STD_U16LE</a></div><div class="ttdeci">static const PredType STD_U16LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:68</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a1519daabc7ba6aa51296ae42403a34e3"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a1519daabc7ba6aa51296ae42403a34e3">H5::PredType::MIPS_U32</a></div><div class="ttdeci">static const PredType MIPS_U32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:133</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a22ce9d050cdc2f6ed13ce4b32993cc23"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a22ce9d050cdc2f6ed13ce4b32993cc23">H5::PredType::UNIX_D64LE</a></div><div class="ttdeci">static const PredType UNIX_D64LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:95</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a9c1271b25845e99faaa1fe96a7abed71"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a9c1271b25845e99faaa1fe96a7abed71">H5::PredType::INTEL_I32</a></div><div class="ttdeci">static const PredType INTEL_I32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:99</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a78a26b35c3a19aec93518a990a5b92b5"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a78a26b35c3a19aec93518a990a5b92b5">H5::PredType::MIPS_B16</a></div><div class="ttdeci">static const PredType MIPS_B16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:136</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa9aade4c27680ea497554817b38a9710"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa9aade4c27680ea497554817b38a9710">H5::PredType::MIPS_I32</a></div><div class="ttdeci">static const PredType MIPS_I32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:129</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa45ce1582595407d4e28cd1ae71987aa"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa45ce1582595407d4e28cd1ae71987aa">H5::PredType::NATIVE_HBOOL</a></div><div class="ttdeci">static const PredType NATIVE_HBOOL</div><div class="ttdef"><b>Definition:</b> H5PredType.h:164</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a63bc10e71f10d5d85dfde684be923392"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a63bc10e71f10d5d85dfde684be923392">H5::PredType::MIPS_I8</a></div><div class="ttdeci">static const PredType MIPS_I8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:127</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac50a22ffd5e4fe629363961949801a3c"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac50a22ffd5e4fe629363961949801a3c">H5::PredType::INTEL_I64</a></div><div class="ttdeci">static const PredType INTEL_I64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:100</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac1a5d79e6f525504847de8eb2033eed0"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac1a5d79e6f525504847de8eb2033eed0">H5::PredType::INTEL_I8</a></div><div class="ttdeci">static const PredType INTEL_I8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:97</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aeee661384fb959e9a70fe58d86381f83"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aeee661384fb959e9a70fe58d86381f83">H5::PredType::NATIVE_OPAQUE</a></div><div class="ttdeci">static const PredType NATIVE_OPAQUE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:160</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a33ed1d2e269e0e6e6f9519e5a1183cfd"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a33ed1d2e269e0e6e6f9519e5a1183cfd">H5::PredType::STD_U32BE</a></div><div class="ttdeci">static const PredType STD_U32BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:69</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a14a9c109e84ac8dd1d01fcce4c0b6ebd"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a14a9c109e84ac8dd1d01fcce4c0b6ebd">H5::PredType::UNIX_D64BE</a></div><div class="ttdeci">static const PredType UNIX_D64BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:94</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a38e8491579180cd9bf38de16171c985e"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a38e8491579180cd9bf38de16171c985e">H5::PredType::STD_B64BE</a></div><div class="ttdeci">static const PredType STD_B64BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:79</div></div>
+<div class="ttc" id="class_h5_1_1_atom_type_html"><div class="ttname"><a href="class_h5_1_1_atom_type.html">H5::AtomType</a></div><div class="ttdoc">AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType. ...</div><div class="ttdef"><b>Definition:</b> H5AtomType.h:31</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa3b16d76530b829c6fabc64278a259b4"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa3b16d76530b829c6fabc64278a259b4">H5::PredType::STD_REF_DSETREG</a></div><div class="ttdeci">static const PredType STD_REF_DSETREG</div><div class="ttdef"><b>Definition:</b> H5PredType.h:82</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_acbca9e339b705bd21b17492a7c2700ad"><div class="ttname"><a href="class_h5_1_1_pred_type.html#acbca9e339b705bd21b17492a7c2700ad">H5::PredType::ALPHA_I16</a></div><div class="ttdeci">static const PredType ALPHA_I16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:113</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a460c5317cc2559810ab4b352f8a9bb7f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a460c5317cc2559810ab4b352f8a9bb7f">H5::PredType::STD_I16LE</a></div><div class="ttdeci">static const PredType STD_I16LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:60</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a30709ffd6dea99ca571d6d55f3faa77c"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a30709ffd6dea99ca571d6d55f3faa77c">H5::PredType::INTEL_U8</a></div><div class="ttdeci">static const PredType INTEL_U8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:101</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a2e9173d1917bafbe10e4b9bb8d409316"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a2e9173d1917bafbe10e4b9bb8d409316">H5::PredType::NATIVE_B64</a></div><div class="ttdeci">static const PredType NATIVE_B64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:159</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a53275893cc06aca71ff2a00444de1533"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a53275893cc06aca71ff2a00444de1533">H5::PredType::MIPS_U16</a></div><div class="ttdeci">static const PredType MIPS_U16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:132</div></div>
+<div class="ttc" id="class_h5_1_1_h5_location_html"><div class="ttname"><a href="class_h5_1_1_h5_location.html">H5::H5Location</a></div><div class="ttdoc">H5Location is an abstract base class, added in version 1.8.12. </div><div class="ttdef"><b>Definition:</b> H5Location.h:50</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a7242c90491e02f97d014cac1cc8f38e5"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a7242c90491e02f97d014cac1cc8f38e5">H5::PredType::ALPHA_U8</a></div><div class="ttdeci">static const PredType ALPHA_U8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:116</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a2b3d1ba9b1e031432fac2dc4b75a4e6e"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a2b3d1ba9b1e031432fac2dc4b75a4e6e">H5::PredType::INTEL_U16</a></div><div class="ttdeci">static const PredType INTEL_U16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:102</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_acdb2833d8eb5dcf2f89a53912b3a1f1e"><div class="ttname"><a href="class_h5_1_1_pred_type.html#acdb2833d8eb5dcf2f89a53912b3a1f1e">H5::PredType::NATIVE_HSIZE</a></div><div class="ttdeci">static const PredType NATIVE_HSIZE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:161</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a44833e411c4b97c99874efc54d996883"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a44833e411c4b97c99874efc54d996883">H5::PredType::STD_I8BE</a></div><div class="ttdeci">static const PredType STD_I8BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:57</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a4691df493ccc936fe269cbef5d72e9d5"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a4691df493ccc936fe269cbef5d72e9d5">H5::PredType::INTEL_F64</a></div><div class="ttdeci">static const PredType INTEL_F64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:110</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a60179690513799f649017adafcd7c14b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a60179690513799f649017adafcd7c14b">H5::PredType::ALPHA_I64</a></div><div class="ttdeci">static const PredType ALPHA_I64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:115</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a60e9d509d34779be2837c9fa8bc27d9f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a60e9d509d34779be2837c9fa8bc27d9f">H5::PredType::STD_B16LE</a></div><div class="ttdeci">static const PredType STD_B16LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:76</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a81f50f04810a1997bf8188c9b30e83cd"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a81f50f04810a1997bf8188c9b30e83cd">H5::PredType::NATIVE_UINT64</a></div><div class="ttdeci">static const PredType NATIVE_UINT64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:173</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_afdbdf949b7495cb262b53595ba2e9a87"><div class="ttname"><a href="class_h5_1_1_pred_type.html#afdbdf949b7495cb262b53595ba2e9a87">H5::PredType::MIPS_B64</a></div><div class="ttdeci">static const PredType MIPS_B64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:138</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_af665577f20ac5d5b0d1c937b2d5132be"><div class="ttname"><a href="class_h5_1_1_pred_type.html#af665577f20ac5d5b0d1c937b2d5132be">H5::PredType::ALPHA_F64</a></div><div class="ttdeci">static const PredType ALPHA_F64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:125</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a22c8a88256aa7f6db036448816ef1472"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a22c8a88256aa7f6db036448816ef1472">H5::PredType::MIPS_I16</a></div><div class="ttdeci">static const PredType MIPS_I16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:128</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a2b6ba019fd71b44bed2974e9aebb5f42"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a2b6ba019fd71b44bed2974e9aebb5f42">H5::PredType::STD_U8LE</a></div><div class="ttdeci">static const PredType STD_U8LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:66</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ae0b26f35ff394256db92b2799a067ed3"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ae0b26f35ff394256db92b2799a067ed3">H5::PredType::INTEL_U64</a></div><div class="ttdeci">static const PredType INTEL_U64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:104</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a470a948d630c795960f9a3d59ec9e06b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a470a948d630c795960f9a3d59ec9e06b">H5::PredType::INTEL_F32</a></div><div class="ttdeci">static const PredType INTEL_F32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:109</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a8c02358878872f57187bcdabaa77f0c9"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a8c02358878872f57187bcdabaa77f0c9">H5::PredType::INTEL_U32</a></div><div class="ttdeci">static const PredType INTEL_U32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:103</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a9b472967372025b70fd3925b9f5b6f38"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a9b472967372025b70fd3925b9f5b6f38">H5::PredType::NATIVE_INT8</a></div><div class="ttdeci">static const PredType NATIVE_INT8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:166</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a17b688e5445c81b1a633c9be225a388d"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a17b688e5445c81b1a633c9be225a388d">H5::PredType::NATIVE_UINT8</a></div><div class="ttdeci">static const PredType NATIVE_UINT8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:167</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aaa77e1ff78f2f325d588036e0f9469b3"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aaa77e1ff78f2f325d588036e0f9469b3">H5::PredType::FORTRAN_S1</a></div><div class="ttdeci">static const PredType FORTRAN_S1</div><div class="ttdef"><b>Definition:</b> H5PredType.h:85</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aac016fce3a763b30559b03da16c10cad"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aac016fce3a763b30559b03da16c10cad">H5::PredType::INTEL_I16</a></div><div class="ttdeci">static const PredType INTEL_I16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:98</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aec51c8deb3bdb4b470a45643b6af4624"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aec51c8deb3bdb4b470a45643b6af4624">H5::PredType::NATIVE_HERR</a></div><div class="ttdeci">static const PredType NATIVE_HERR</div><div class="ttdef"><b>Definition:</b> H5PredType.h:163</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a9464d3d68f1a03b42336fcb69d3ebf02"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a9464d3d68f1a03b42336fcb69d3ebf02">H5::PredType::MIPS_U8</a></div><div class="ttdeci">static const PredType MIPS_U8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:131</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a32836ea587df3838677357175f18b4b5"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a32836ea587df3838677357175f18b4b5">H5::PredType::MIPS_U64</a></div><div class="ttdeci">static const PredType MIPS_U64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:134</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ab5e2038beba46a0fe2a636f4f352f34f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ab5e2038beba46a0fe2a636f4f352f34f">H5::PredType::STD_B8LE</a></div><div class="ttdeci">static const PredType STD_B8LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:74</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ae2affc7564a35172bd9a2f89880be410"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ae2affc7564a35172bd9a2f89880be410">H5::PredType::STD_I64BE</a></div><div class="ttdeci">static const PredType STD_I64BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:63</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aef226f7baef804c834e6bfe6b5f32552"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aef226f7baef804c834e6bfe6b5f32552">H5::PredType::NATIVE_LLONG</a></div><div class="ttdeci">static const PredType NATIVE_LLONG</div><div class="ttdef"><b>Definition:</b> H5PredType.h:151</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a278e1c6e9ff0cc385141fbae70a05561"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a278e1c6e9ff0cc385141fbae70a05561">H5::PredType::MIPS_B8</a></div><div class="ttdeci">static const PredType MIPS_B8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:135</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ae92fcc4e9ab405c725f9b64284b8e8f2"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ae92fcc4e9ab405c725f9b64284b8e8f2">H5::PredType::NATIVE_SHORT</a></div><div class="ttdeci">static const PredType NATIVE_SHORT</div><div class="ttdef"><b>Definition:</b> H5PredType.h:145</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_af62843475114d90b7bfa02b6736976fd"><div class="ttname"><a href="class_h5_1_1_pred_type.html#af62843475114d90b7bfa02b6736976fd">H5::PredType::NATIVE_INT64</a></div><div class="ttdeci">static const PredType NATIVE_INT64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:172</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a62792fae599267ddd9823846bf0026de"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a62792fae599267ddd9823846bf0026de">H5::PredType::MIPS_F64</a></div><div class="ttdeci">static const PredType MIPS_F64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:140</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ad8475ec1fa91002c139e03851b42ae33"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ad8475ec1fa91002c139e03851b42ae33">H5::PredType::ALPHA_I8</a></div><div class="ttdeci">static const PredType ALPHA_I8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:112</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a1c7e18746a3c86645f6f0f05d651c4e8"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a1c7e18746a3c86645f6f0f05d651c4e8">H5::PredType::INTEL_B32</a></div><div class="ttdeci">static const PredType INTEL_B32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:107</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ae4f532c54f5fbedd5c5ce67d1bfef414"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ae4f532c54f5fbedd5c5ce67d1bfef414">H5::PredType::ALPHA_B64</a></div><div class="ttdeci">static const PredType ALPHA_B64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:123</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a173cefe35df694544790548ed38b2732"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a173cefe35df694544790548ed38b2732">H5::PredType::NATIVE_UINT</a></div><div class="ttdeci">static const PredType NATIVE_UINT</div><div class="ttdef"><b>Definition:</b> H5PredType.h:148</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a669cfc51051f32f454b20b5e8fc3280f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a669cfc51051f32f454b20b5e8fc3280f">H5::PredType::NATIVE_B16</a></div><div class="ttdeci">static const PredType NATIVE_B16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:157</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_af3d308d0b34d539067544da387fa5a4d"><div class="ttname"><a href="class_h5_1_1_pred_type.html#af3d308d0b34d539067544da387fa5a4d">H5::PredType::STD_B32BE</a></div><div class="ttdeci">static const PredType STD_B32BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:77</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a1d45d3816ec65366276b3710139cabbb"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a1d45d3816ec65366276b3710139cabbb">H5::PredType::NATIVE_HSSIZE</a></div><div class="ttdeci">static const PredType NATIVE_HSSIZE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:162</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac9ce4d92ee7be65c0281c73b43338afa"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac9ce4d92ee7be65c0281c73b43338afa">H5::PredType::ALPHA_B16</a></div><div class="ttdeci">static const PredType ALPHA_B16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:121</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a1b4e2514d885b926cf640c26bbcb7ae8"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a1b4e2514d885b926cf640c26bbcb7ae8">H5::PredType::NATIVE_INT32</a></div><div class="ttdeci">static const PredType NATIVE_INT32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:170</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a0044bc24a845a1ece648ac2c0d79cdb9"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a0044bc24a845a1ece648ac2c0d79cdb9">H5::PredType::NATIVE_CHAR</a></div><div class="ttdeci">static const PredType NATIVE_CHAR</div><div class="ttdef"><b>Definition:</b> H5PredType.h:142</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac292ec5492ec6d7a31b0a7930632c454"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac292ec5492ec6d7a31b0a7930632c454">H5::PredType::NATIVE_B32</a></div><div class="ttdeci">static const PredType NATIVE_B32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:158</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa8fcd332d7c5eece1b2affc90675757f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa8fcd332d7c5eece1b2affc90675757f">H5::PredType::ALPHA_U16</a></div><div class="ttdeci">static const PredType ALPHA_U16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:117</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a448d626bd6e5b8f7b8d92b1766410007"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a448d626bd6e5b8f7b8d92b1766410007">H5::PredType::NATIVE_UCHAR</a></div><div class="ttdeci">static const PredType NATIVE_UCHAR</div><div class="ttdef"><b>Definition:</b> H5PredType.h:144</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a9c45e156dc8468f2f4b75874af34d259"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a9c45e156dc8468f2f4b75874af34d259">H5::PredType::NATIVE_SCHAR</a></div><div class="ttdeci">static const PredType NATIVE_SCHAR</div><div class="ttdef"><b>Definition:</b> H5PredType.h:143</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a3dbddc351f814c9e82d9b0d38d94bcee"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a3dbddc351f814c9e82d9b0d38d94bcee">H5::PredType::IEEE_F64LE</a></div><div class="ttdeci">static const PredType IEEE_F64LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:90</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ad3200232f59cc9d2d49f98b4496a178b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ad3200232f59cc9d2d49f98b4496a178b">H5::PredType::STD_U32LE</a></div><div class="ttdeci">static const PredType STD_U32LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:70</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ab20cac18a9151ce74d4b77e0e05d2f0b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ab20cac18a9151ce74d4b77e0e05d2f0b">H5::PredType::STD_U16BE</a></div><div class="ttdeci">static const PredType STD_U16BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:67</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ab31da64fda34c604a29e16c3176021ac"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ab31da64fda34c604a29e16c3176021ac">H5::PredType::STD_I32LE</a></div><div class="ttdeci">static const PredType STD_I32LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:62</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ad103fa531285a3f8a7b7d667c6304e58"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ad103fa531285a3f8a7b7d667c6304e58">H5::PredType::STD_B16BE</a></div><div class="ttdeci">static const PredType STD_B16BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:75</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a637b6ccc8af68fe374ac13cee342ffa5"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a637b6ccc8af68fe374ac13cee342ffa5">H5::PredType::STD_B8BE</a></div><div class="ttdeci">static const PredType STD_B8BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:73</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a2a72f07dfa79ee3c752d238e79928ece"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a2a72f07dfa79ee3c752d238e79928ece">H5::PredType::MIPS_I64</a></div><div class="ttdeci">static const PredType MIPS_I64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:130</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_addb258adff59a9f21507edba007f0679"><div class="ttname"><a href="class_h5_1_1_pred_type.html#addb258adff59a9f21507edba007f0679">H5::PredType::MIPS_B32</a></div><div class="ttdeci">static const PredType MIPS_B32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:137</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ae55f876474965201f032aaf9614b7849"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ae55f876474965201f032aaf9614b7849">H5::PredType::STD_B32LE</a></div><div class="ttdeci">static const PredType STD_B32LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:78</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac880911edf46ee4513cc11ab07ca3bde"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac880911edf46ee4513cc11ab07ca3bde">H5::PredType::STD_I64LE</a></div><div class="ttdeci">static const PredType STD_I64LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:64</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac3c19a0d051f3a656347194b315eff8d"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac3c19a0d051f3a656347194b315eff8d">H5::PredType::ALPHA_F32</a></div><div class="ttdeci">static const PredType ALPHA_F32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:124</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a47187b8b6ce42b514d7f3597e386cd61"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a47187b8b6ce42b514d7f3597e386cd61">H5::PredType::ALPHA_U32</a></div><div class="ttdeci">static const PredType ALPHA_U32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:118</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_acba17926a46fc392642b7d7504cab85b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#acba17926a46fc392642b7d7504cab85b">H5::PredType::MIPS_F32</a></div><div class="ttdeci">static const PredType MIPS_F32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:139</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a7e1b0f12025aa4b94f1e18d9eeed20be"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a7e1b0f12025aa4b94f1e18d9eeed20be">H5::PredType::INTEL_B8</a></div><div class="ttdeci">static const PredType INTEL_B8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:105</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aebdfd010c0781cb4f391f4b5ff6092c2"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aebdfd010c0781cb4f391f4b5ff6092c2">H5::PredType::IEEE_F32BE</a></div><div class="ttdeci">static const PredType IEEE_F32BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:87</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a6c8a3a29d47bc77b50a5fe422242caf1"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a6c8a3a29d47bc77b50a5fe422242caf1">H5::PredType::ALPHA_B32</a></div><div class="ttdeci">static const PredType ALPHA_B32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:122</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ac4612a91c052285975cf1d8494b06aa8"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ac4612a91c052285975cf1d8494b06aa8">H5::PredType::STD_I8LE</a></div><div class="ttdeci">static const PredType STD_I8LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:58</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa8489b39cc1f1e79768152fe961e954a"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa8489b39cc1f1e79768152fe961e954a">H5::PredType::INTEL_B64</a></div><div class="ttdeci">static const PredType INTEL_B64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:108</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a5c7ef99a8f8c10c01acbb49301822b5d"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a5c7ef99a8f8c10c01acbb49301822b5d">H5::PredType::ALPHA_B8</a></div><div class="ttdeci">static const PredType ALPHA_B8</div><div class="ttdef"><b>Definition:</b> H5PredType.h:120</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa1840efa5f3728f370bfdb475b010c02"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa1840efa5f3728f370bfdb475b010c02">H5::PredType::NATIVE_FLOAT</a></div><div class="ttdeci">static const PredType NATIVE_FLOAT</div><div class="ttdef"><b>Definition:</b> H5PredType.h:153</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a06ae841ee5f45fadf5d946de8137e7e3"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a06ae841ee5f45fadf5d946de8137e7e3">H5::PredType::NATIVE_ULONG</a></div><div class="ttdeci">static const PredType NATIVE_ULONG</div><div class="ttdef"><b>Definition:</b> H5PredType.h:150</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a2933409af66b77e936fee17baf18721f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a2933409af66b77e936fee17baf18721f">H5::PredType::STD_B64LE</a></div><div class="ttdeci">static const PredType STD_B64LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:80</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a7efa55d1f0aad66f46258e225f73344e"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a7efa55d1f0aad66f46258e225f73344e">H5::PredType::INTEL_B16</a></div><div class="ttdeci">static const PredType INTEL_B16</div><div class="ttdef"><b>Definition:</b> H5PredType.h:106</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a84c82be31a6f662d82aaf47a3376efb6"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a84c82be31a6f662d82aaf47a3376efb6">H5::PredType::ALPHA_I32</a></div><div class="ttdeci">static const PredType ALPHA_I32</div><div class="ttdef"><b>Definition:</b> H5PredType.h:114</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_ab4dd6ed47ffb1a5454d859272bd36aa8"><div class="ttname"><a href="class_h5_1_1_pred_type.html#ab4dd6ed47ffb1a5454d859272bd36aa8">H5::PredType::ALPHA_U64</a></div><div class="ttdeci">static const PredType ALPHA_U64</div><div class="ttdef"><b>Definition:</b> H5PredType.h:119</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa29af075cf3bb23c1d962f73c4116ba6"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa29af075cf3bb23c1d962f73c4116ba6">H5::PredType::fromClass</a></div><div class="ttdeci">virtual H5std_string fromClass() const </div><div class="ttdoc">Returns this class name. </div><div class="ttdef"><b>Definition:</b> H5PredType.h:44</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a3b4f99b5b46dc8012ec4defe8da0e8de"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a3b4f99b5b46dc8012ec4defe8da0e8de">H5::PredType::STD_I32BE</a></div><div class="ttdeci">static const PredType STD_I32BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:61</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a7fe7a6637f71dbba3110efb619a64a7b"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a7fe7a6637f71dbba3110efb619a64a7b">H5::PredType::STD_U64BE</a></div><div class="ttdeci">static const PredType STD_U64BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:71</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_a4d04943f071e75f43cd423ce13119b9f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#a4d04943f071e75f43cd423ce13119b9f">H5::PredType::NATIVE_DOUBLE</a></div><div class="ttdeci">static const PredType NATIVE_DOUBLE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:154</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aa44d74bb687190190fa3ec3019579e2f"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aa44d74bb687190190fa3ec3019579e2f">H5::PredType::UNIX_D32LE</a></div><div class="ttdeci">static const PredType UNIX_D32LE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:93</div></div>
+<div class="ttc" id="class_h5_1_1_pred_type_html_aec8a520eb01c5d884562fa9b94308e77"><div class="ttname"><a href="class_h5_1_1_pred_type.html#aec8a520eb01c5d884562fa9b94308e77">H5::PredType::IEEE_F64BE</a></div><div class="ttdeci">static const PredType IEEE_F64BE</div><div class="ttdef"><b>Definition:</b> H5PredType.h:89</div></div>
+</div><!-- fragment --></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated on Mon Jul 21 2014 10:58:44 for HDF5 C++ API by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.5
+</small></address>
+</body>
+</html>