msgpack/c/compiler_8h_source.html
2017-06-30 11:05:26 +09:00

107 lines
14 KiB
HTML

<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>MessagePack for C: /home/kondo/work/msgpack-c/include/msgpack/predef/compiler.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/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></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="projectalign" style="padding-left: 0.5em;">
<div id="projectname">MessagePack for C
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_dd2411636cfeb3780831d8d9eec9249e.html">msgpack</a></li><li class="navelem"><a class="el" href="dir_dd8ff1bf07031bf061ce0f8efc2f82d3.html">predef</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">compiler.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="compiler_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">Copyright Rene Rivera 2008-2015</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">Distributed under the Boost Software License, Version 1.0.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">(See accompanying file LICENSE_1_0.txt or copy at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">http://www.boost.org/LICENSE_1_0.txt)</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;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#if !defined(MSGPACK_PREDEF_COMPILER_H) || defined(MSGPACK_PREDEF_INTERNAL_GENERATE_TESTS)</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#ifndef MSGPACK_PREDEF_COMPILER_H</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#define MSGPACK_PREDEF_COMPILER_H</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="borland_8h.html">msgpack/predef/compiler/borland.h</a>&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="clang_8h.html">msgpack/predef/compiler/clang.h</a>&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="comeau_8h.html">msgpack/predef/compiler/comeau.h</a>&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="compaq_8h.html">msgpack/predef/compiler/compaq.h</a>&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="diab_8h.html">msgpack/predef/compiler/diab.h</a>&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="digitalmars_8h.html">msgpack/predef/compiler/digitalmars.h</a>&gt;</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="dignus_8h.html">msgpack/predef/compiler/dignus.h</a>&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="edg_8h.html">msgpack/predef/compiler/edg.h</a>&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="ekopath_8h.html">msgpack/predef/compiler/ekopath.h</a>&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="gcc__xml_8h.html">msgpack/predef/compiler/gcc_xml.h</a>&gt;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="gcc_8h.html">msgpack/predef/compiler/gcc.h</a>&gt;</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="greenhills_8h.html">msgpack/predef/compiler/greenhills.h</a>&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="hp__acc_8h.html">msgpack/predef/compiler/hp_acc.h</a>&gt;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="iar_8h.html">msgpack/predef/compiler/iar.h</a>&gt;</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="ibm_8h.html">msgpack/predef/compiler/ibm.h</a>&gt;</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="intel_8h.html">msgpack/predef/compiler/intel.h</a>&gt;</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="kai_8h.html">msgpack/predef/compiler/kai.h</a>&gt;</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="llvm_8h.html">msgpack/predef/compiler/llvm.h</a>&gt;</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="metaware_8h.html">msgpack/predef/compiler/metaware.h</a>&gt;</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="metrowerks_8h.html">msgpack/predef/compiler/metrowerks.h</a>&gt;</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="microtec_8h.html">msgpack/predef/compiler/microtec.h</a>&gt;</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="mpw_8h.html">msgpack/predef/compiler/mpw.h</a>&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="palm_8h.html">msgpack/predef/compiler/palm.h</a>&gt;</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="pgi_8h.html">msgpack/predef/compiler/pgi.h</a>&gt;</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="sgi__mipspro_8h.html">msgpack/predef/compiler/sgi_mipspro.h</a>&gt;</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="sunpro_8h.html">msgpack/predef/compiler/sunpro.h</a>&gt;</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="tendra_8h.html">msgpack/predef/compiler/tendra.h</a>&gt;</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="visualc_8h.html">msgpack/predef/compiler/visualc.h</a>&gt;</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="watcom_8h.html">msgpack/predef/compiler/watcom.h</a>&gt;</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#endif</span></div><div class="ttc" id="edg_8h_html"><div class="ttname"><a href="edg_8h.html">edg.h</a></div></div>
<div class="ttc" id="gcc_8h_html"><div class="ttname"><a href="gcc_8h.html">gcc.h</a></div></div>
<div class="ttc" id="compaq_8h_html"><div class="ttname"><a href="compaq_8h.html">compaq.h</a></div></div>
<div class="ttc" id="llvm_8h_html"><div class="ttname"><a href="llvm_8h.html">llvm.h</a></div></div>
<div class="ttc" id="dignus_8h_html"><div class="ttname"><a href="dignus_8h.html">dignus.h</a></div></div>
<div class="ttc" id="sunpro_8h_html"><div class="ttname"><a href="sunpro_8h.html">sunpro.h</a></div></div>
<div class="ttc" id="gcc__xml_8h_html"><div class="ttname"><a href="gcc__xml_8h.html">gcc_xml.h</a></div></div>
<div class="ttc" id="borland_8h_html"><div class="ttname"><a href="borland_8h.html">borland.h</a></div></div>
<div class="ttc" id="metrowerks_8h_html"><div class="ttname"><a href="metrowerks_8h.html">metrowerks.h</a></div></div>
<div class="ttc" id="visualc_8h_html"><div class="ttname"><a href="visualc_8h.html">visualc.h</a></div></div>
<div class="ttc" id="hp__acc_8h_html"><div class="ttname"><a href="hp__acc_8h.html">hp_acc.h</a></div></div>
<div class="ttc" id="ibm_8h_html"><div class="ttname"><a href="ibm_8h.html">ibm.h</a></div></div>
<div class="ttc" id="mpw_8h_html"><div class="ttname"><a href="mpw_8h.html">mpw.h</a></div></div>
<div class="ttc" id="sgi__mipspro_8h_html"><div class="ttname"><a href="sgi__mipspro_8h.html">sgi_mipspro.h</a></div></div>
<div class="ttc" id="ekopath_8h_html"><div class="ttname"><a href="ekopath_8h.html">ekopath.h</a></div></div>
<div class="ttc" id="intel_8h_html"><div class="ttname"><a href="intel_8h.html">intel.h</a></div></div>
<div class="ttc" id="diab_8h_html"><div class="ttname"><a href="diab_8h.html">diab.h</a></div></div>
<div class="ttc" id="iar_8h_html"><div class="ttname"><a href="iar_8h.html">iar.h</a></div></div>
<div class="ttc" id="metaware_8h_html"><div class="ttname"><a href="metaware_8h.html">metaware.h</a></div></div>
<div class="ttc" id="clang_8h_html"><div class="ttname"><a href="clang_8h.html">clang.h</a></div></div>
<div class="ttc" id="microtec_8h_html"><div class="ttname"><a href="microtec_8h.html">microtec.h</a></div></div>
<div class="ttc" id="palm_8h_html"><div class="ttname"><a href="palm_8h.html">palm.h</a></div></div>
<div class="ttc" id="tendra_8h_html"><div class="ttname"><a href="tendra_8h.html">tendra.h</a></div></div>
<div class="ttc" id="digitalmars_8h_html"><div class="ttname"><a href="digitalmars_8h.html">digitalmars.h</a></div></div>
<div class="ttc" id="greenhills_8h_html"><div class="ttname"><a href="greenhills_8h.html">greenhills.h</a></div></div>
<div class="ttc" id="watcom_8h_html"><div class="ttname"><a href="watcom_8h.html">watcom.h</a></div></div>
<div class="ttc" id="pgi_8h_html"><div class="ttname"><a href="pgi_8h.html">pgi.h</a></div></div>
<div class="ttc" id="comeau_8h_html"><div class="ttname"><a href="comeau_8h.html">comeau.h</a></div></div>
<div class="ttc" id="kai_8h_html"><div class="ttname"><a href="kai_8h.html">kai.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>