e75d95 | 2016-11-14 | Pontus Östlund | | <!doctype html>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | <html>
<head>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <meta content="width=device-width, initial-scale=1" name="viewport">
<meta charset="utf-8">
<title>_Pragma() - Pike Reference Manual</title>
|
cb0cef | 2016-12-05 | Martin Nilsson | | <script>PikeDoc.NO_DYNAMIC = true;</script>
|
0851b0 | 2012-03-11 | Tobias S. Josefowitz | | <style type='text/css'>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | svg line { stroke:#343434; stroke-width:2; }
svg text { fill:#343434; }
svg a { fill:#0768b2; text-decoration: underline; }
</style>
</head>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <body>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | <header>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <div class="header">
<div id="version"><strong data-id="version"></strong></div>
<div id="burger">☰</div> |
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | </header>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <div id="page">
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | <div class="navbar">
|
e75d95 | 2016-11-14 | Pontus Östlund | | <nav>
<div class="inner" id="navbar">
<a href='../../index.html'><b class='top head'>Top</b></a>
|
4be9e7 | 2011-12-28 | Henrik 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>
|
e75d95 | 2016-11-14 | Pontus Östlund | | </div>
</nav>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <div class="content">
<div class="navbox">
<nav>
<div class="sidebar">
<a href="../../ex/cpp_3A_3A/_23warning.html" class="prev"><span>➤</span> #warning</a>
<a href="../../ex/cpp_3A_3A/constant.html" class="next">constant() <span>➤</span></a>
</div>
</nav>
</div>
<div class="contentbox">
<article>
<h1>Method _Pragma()</h1>
|
4be9e7 | 2011-12-28 | Henrik 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>
|
286efd | 2012-03-24 | Henrik 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>
|
4be9e7 | 2011-12-28 | Henrik 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 strict_types</code> .</p>
|
286efd | 2012-03-24 | Henrik 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>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | </dd></dl>
|
e75d95 | 2016-11-14 | Pontus Östlund | | </article>
</div>
|
587868 | 2012-02-05 | Henrik Grubbström (Grubba) | | </div>
</div>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <footer>
<div id="build-date">Extracted from <strong data-id="version"></strong> as of <strong data-id="date" data-timestamp=""></strong>.</div>
</footer>
<script>PikeDoc.current = {"link":"ex/cpp_3A_3A/_Pragma.html","name":"_Pragma"};</script>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | <script src='../../ex/cpp_3A_3A/index.js'></script>
<script src='../../ex/cpp_3A_3A/load_index.js'></script>
|
e75d95 | 2016-11-14 | Pontus Östlund | | <script>
// Tell PikeDoc that next actions are from loaded scripts
PikeDoc.isInline = false;
</script>
</body>
|
4be9e7 | 2011-12-28 | Henrik Grubbström (Grubba) | | </html>
|