forked from boostorg/preprocessor
limited variadic support
[SVN r72763]
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>syntax.html</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
<title>syntax.html</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h4>Identifiers for Syntax Highlighting</h4>
|
||||
<div>
|
||||
<!-- A -->
|
||||
@ -13,7 +13,8 @@
|
||||
<br>BOOST_PP_APPLY
|
||||
<br>BOOST_PP_ARRAY_DATA
|
||||
<br>BOOST_PP_ARRAY_ELEM
|
||||
<br>BOOST_PP_ARRAY_INSERT
|
||||
<br>BOOST_PP_ARRAY_ENUM
|
||||
<br>BOOST_PP_ARRAY_INSERT
|
||||
<br>BOOST_PP_ARRAY_INSERT_D
|
||||
<br>BOOST_PP_ARRAY_POP_BACK
|
||||
<br>BOOST_PP_ARRAY_POP_BACK_Z
|
||||
@ -27,7 +28,10 @@
|
||||
<br>BOOST_PP_ARRAY_REPLACE_D
|
||||
<br>BOOST_PP_ARRAY_REVERSE
|
||||
<br>BOOST_PP_ARRAY_SIZE
|
||||
<br>BOOST_PP_ASSERT
|
||||
<br>BOOST_PP_ARRAY_TO_LIST
|
||||
<br>BOOST_PP_ARRAY_TO_SEQ
|
||||
<br>BOOST_PP_ARRAY_TO_TUPLE
|
||||
<br>BOOST_PP_ASSERT
|
||||
<br>BOOST_PP_ASSERT_MSG
|
||||
<br>BOOST_PP_ASSIGN_SLOT
|
||||
<!-- B -->
|
||||
@ -131,7 +135,8 @@
|
||||
<br>BOOST_PP_LIMIT_SLOT_COUNT
|
||||
<br>BOOST_PP_LIMIT_SLOT_SIG
|
||||
<br>BOOST_PP_LIMIT_TUPLE
|
||||
<br>BOOST_PP_LIMIT_WHILE
|
||||
<br>BOOST_PP_LIMIT_VARIADIC
|
||||
<br>BOOST_PP_LIMIT_WHILE
|
||||
<br>BOOST_PP_LINE
|
||||
<br>BOOST_PP_LIST_APPEND
|
||||
<br>BOOST_PP_LIST_APPEND_D
|
||||
@ -173,7 +178,9 @@
|
||||
<br>BOOST_PP_LIST_REVERSE_D
|
||||
<br>BOOST_PP_LIST_SIZE
|
||||
<br>BOOST_PP_LIST_SIZE_D
|
||||
<br>BOOST_PP_LIST_TO_TUPLE
|
||||
<br>BOOST_PP_LIST_TO_ARRAY
|
||||
<br>BOOST_PP_LIST_TO_SEQ
|
||||
<br>BOOST_PP_LIST_TO_TUPLE
|
||||
<br>BOOST_PP_LIST_TO_TUPLE_R
|
||||
<br>BOOST_PP_LIST_TRANSFORM
|
||||
<br>BOOST_PP_LIST_TRANSFORM_D
|
||||
@ -199,7 +206,8 @@
|
||||
<br>BOOST_PP_NOT_EQUAL_D
|
||||
<!-- O -->
|
||||
<br>BOOST_PP_OR
|
||||
<!-- R -->
|
||||
<br>BOOST_PP_OVERLOAD
|
||||
<!-- R -->
|
||||
<br>BOOST_PP_RELATIVE_FINISH
|
||||
<br>BOOST_PP_RELATIVE_FLAGS
|
||||
<br>BOOST_PP_RELATIVE_ITERATION
|
||||
@ -252,7 +260,8 @@
|
||||
<br>BOOST_PP_SEQ_SUBSEQ
|
||||
<br>BOOST_PP_SEQ_TAIL
|
||||
<br>BOOST_PP_SEQ_TO_ARRAY
|
||||
<br>BOOST_PP_SEQ_TO_TUPLE
|
||||
<br>BOOST_PP_SEQ_TO_LIST
|
||||
<br>BOOST_PP_SEQ_TO_TUPLE
|
||||
<br>BOOST_PP_SEQ_TRANSFORM
|
||||
<br>BOOST_PP_SEQ_TRANSFORM_S
|
||||
<br>BOOST_PP_SLOT
|
||||
@ -262,23 +271,31 @@
|
||||
<!-- T -->
|
||||
<br>BOOST_PP_TUPLE_EAT
|
||||
<br>BOOST_PP_TUPLE_ELEM
|
||||
<br>BOOST_PP_TUPLE_REM
|
||||
<br>BOOST_PP_TUPLE_ENUM
|
||||
<br>BOOST_PP_TUPLE_REM
|
||||
<br>BOOST_PP_TUPLE_REM_CTOR
|
||||
<br>BOOST_PP_TUPLE_REVERSE
|
||||
<br>BOOST_PP_TUPLE_TO_LIST
|
||||
<br>BOOST_PP_TUPLE_SIZE
|
||||
<br>BOOST_PP_TUPLE_TO_ARRAY
|
||||
<br>BOOST_PP_TUPLE_TO_LIST
|
||||
<br>BOOST_PP_TUPLE_TO_SEQ
|
||||
<!-- U -->
|
||||
<br>BOOST_PP_UPDATE_COUNTER
|
||||
<!-- V -->
|
||||
<br>BOOST_PP_VALUE
|
||||
<!-- W -->
|
||||
<br>BOOST_PP_VARIADIC_ELEM
|
||||
<br>BOOST_PP_VARIADIC_SIZE
|
||||
<br>BOOST_PP_VARIADIC_TO_ARRAY
|
||||
<br>BOOST_PP_VARIADIC_TO_LIST
|
||||
<br>BOOST_PP_VARIADIC_TO_SEQ
|
||||
<br>BOOST_PP_VARIADIC_TO_TUPLE
|
||||
<!-- W -->
|
||||
<br>BOOST_PP_WHILE
|
||||
<br>BOOST_PP_WHILE_
|
||||
<br>BOOST_PP_WSTRINGIZE
|
||||
<!-- X -->
|
||||
<br>BOOST_PP_XOR
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!--
|
||||
<EFBFBD> Copyright Housemarque Oy 2002
|
||||
<EFBFBD> Copyright Paul Mensonides 2002
|
||||
@ -286,6 +303,5 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http://www.boost.org/LICENSE_1_0.txt)
|
||||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user