36ee1e2015-10-12Pontus Östlund <!doctype html>
4be9e72011-12-28Henrik Grubbström (Grubba) <html> <head>
36ee1e2015-10-12Pontus Östlund  <meta content="width=device-width, initial-scale=1" name="viewport"> <meta charset="utf8">
0851b02012-03-11Tobias S. Josefowitz  <title>Pike Reference Manual - _Pragma()</title>
36ee1e2015-10-12Pontus Östlund  <!-- 83 --> <link rel='stylesheet' href='../../style.css'> <script src='../../site.js'></script>
0851b02012-03-11Tobias S. Josefowitz  <style type='text/css'>
4be9e72011-12-28Henrik Grubbström (Grubba) svg line { stroke:#343434; stroke-width:2; } svg text { fill:#343434; } svg a { fill:#0768b2; text-decoration: underline; } </style> </head>
36ee1e2015-10-12Pontus Östlund  <body>
4be9e72011-12-28Henrik Grubbström (Grubba)  <header>
36ee1e2015-10-12Pontus Östlund  <div class="header"> <div id="version"><strong></strong></div> <a href="http://pike.lysator.liu.se/"> <span>Pike</span> </a>
5878682012-02-05Henrik Grubbström (Grubba)  </div>
4be9e72011-12-28Henrik Grubbström (Grubba)  </header>
36ee1e2015-10-12Pontus Östlund  <div id="page">
5878682012-02-05Henrik Grubbström (Grubba)  <div class="navbar">
36ee1e2015-10-12Pontus Östlund  <nav> <div class="inner"> <a href='../../index.html'><b class='top head'>Top</b></a>
4be9e72011-12-28Henrik Grubbström (Grubba) <a href='../../ex/cpp_3A_3A.html'><b class='head'>cpp::</b></a> <script></script> <noscript> <div class='sidebar'> <a href='../../ex/cpp_3A_3A/index.html'><b>Symbol index</b></a><br /> </div> </noscript>
36ee1e2015-10-12Pontus Östlund  </div> </nav>
5878682012-02-05Henrik Grubbström (Grubba)  </div>
36ee1e2015-10-12Pontus Östlund  <div class="content"> <div class="navbox"> <nav> <div class="sidebar"> <a href="../../ex/cpp_3A_3A/_23warning.html" class="prev"><span>&#10148;</span> #warning</a> <a href="../../ex/cpp_3A_3A/constant.html" class="next">constant() <span>&#10148;</span></a> </div> </nav> </div> <div class="contentbox"> <article> <h1>Method _Pragma()</h1>
4be9e72011-12-28Henrik Grubbström (Grubba)  <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span> <span class='homogen--name'><b>_Pragma</b></span> </dt> <dd><p><code><code class='datatype'>void</code> <b><span class='method'>_Pragma</span>(</b><code class='datatype'>string</code> <code class='argument'>directive</code><b>)</b></code></p></dd> <dt class='head--doc'>Description</dt>
286efd2012-03-24Henrik Grubbström (Grubba) <dd class='body--doc'><p>This macro inserts the corresponding <a class='ms reference' href='../cpp_3A_3A/_Pragma.html'>#pragma</a> <code class='reference paramref'>directive</code>
4be9e72011-12-28Henrik Grubbström (Grubba)  in the source.</p> <p> e.g. <code class='expr'>_Pragma("strict_types")</code> is the same as <code class='expr'>#pragma&nbsp;strict_types</code> .</p>
286efd2012-03-24Henrik Grubbström (Grubba) </dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><a class='ms reference' href='../cpp_3A_3A/_Pragma.html'>#pragma</a></p>
4be9e72011-12-28Henrik Grubbström (Grubba) </dd></dl>
36ee1e2015-10-12Pontus Östlund  </article> </div>
5878682012-02-05Henrik Grubbström (Grubba)  </div> </div>
36ee1e2015-10-12Pontus Östlund  <footer> <div id="build-date">Extracted from <strong></strong> as of <strong></strong>.</div> </footer>
4be9e72011-12-28Henrik Grubbström (Grubba)  </body> <script>PikeDoc.current = {"link":"ex/cpp_3A_3A/_Pragma.html","name":"_Pragma"};</script> <script src='../../ex/cpp_3A_3A/index.js'></script> <script src='../../ex/cpp_3A_3A/load_index.js'></script> </html>