Files
boost_preprocessor/doc/ref/config_extended_line_info.html

44 lines
1008 B
HTML
Raw Normal View History

2002-10-03 22:13:37 +00:00
<html>
2002-11-07 23:39:29 +00:00
<head>
<title>BOOST_PP_CONFIG_EXTENDED_LINE_INFO</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_CONFIG_EXTENDED_LINE_INFO</b> is a user-defined macro that
determines whether <b>BOOST_PP_LINE</b> outputs extended <i>file-iteration</i> state
information.
</div>
<h4>
Usage
</h4>
2002-10-03 22:13:37 +00:00
<div class="code">
#define <b>BOOST_PP_CONFIG_EXTENDED_LINE_INFO</b> <i>n</i>
</div>
2002-11-07 23:39:29 +00:00
<h4>
Arguments
</h4>
2002-10-03 22:13:37 +00:00
<dl>
<dt>n</dt>
<dd>
2002-11-07 23:39:29 +00:00
The value that determines if <b>BOOST_PP_LINE</b> outputs extended <i>file-iteration</i>
information.&nbsp; This value must be <i>0</i> or <i>1</i>.
2002-10-03 22:13:37 +00:00
</dd>
</dl>
2002-11-07 23:39:29 +00:00
<h4>
Remarks
</h4>
2002-10-03 22:13:37 +00:00
<div>
2002-11-07 23:39:29 +00:00
If <i>n</i> is <i>1</i>, <b>BOOST_PP_LINE</b> will output extended data.&nbsp;
By default, this macro is seq to <i>0</i>.
2002-10-03 22:13:37 +00:00
</div>
2002-11-07 23:39:29 +00:00
<h4>
See Also
</h4>
2002-10-03 22:13:37 +00:00
<ul>
2002-11-07 23:39:29 +00:00
<li>
<a href="line.html">BOOST_PP_LINE</a></li>
2002-10-03 22:13:37 +00:00
</ul>
2002-11-07 23:39:29 +00:00
</body>
2002-10-03 22:13:37 +00:00
</html>