Update of /cvsroot/boost/boost/libs/wave/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19013

Modified Files:
      Tag: RC_1_34_0
        class_reference_context.html 
Log Message:
Wave: Small documentation fix.

Index: class_reference_context.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/doc/class_reference_context.html,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- class_reference_context.html        20 Dec 2006 16:38:24 -0000      1.15.2.1
+++ class_reference_context.html        20 Mar 2007 19:06:02 -0000      1.15.2.2
@@ -60,7 +60,7 @@
         <span class="keyword">typedef</span> pp_iterator&lt;context&gt; 
iterator_type; 
         <span class="keyword">typedef</span> Token token_type;
         <span class="keyword">typedef</span> <span 
class="keyword">typename</span> token_type::position_type position_type;
-
+        <span class="keyword">typedef</span> std::list&lt;token_type&gt; 
token_sequence_type;<br>
     <span class="comment">// constructor</span>
         <a 
href="class_reference_context.html#constructor">context</a>(Iterator<span 
class="keyword"> const</span> &amp;first_, 
             Iterator <span class="keyword">const</span> &amp;last_, 
@@ -85,6 +85,11 @@
         <span class="keyword">bool</span> <a 
href="class_reference_context.html#remove_macro_definition">remove_macro_definition</a>(<span
 class="keyword">std::string const</span> &amp;name, 
             <span class="keyword">bool</span> even_predefined = <span 
class="keyword">false</span>);
         <span class="keyword">void</span> <a 
href="class_reference_context.html#reset_macro_definitions">reset_macro_definitions</a>();
+    <span class="keyword">    bool</span></span> <a 
href="class_reference_context.html#get_macro_definition">get_macro_definition</a>(
+        <span class="keyword">    std::string const</span> &amp;name, <span 
class="keyword">bool</span> &amp;is_function_style, <span class="keyword">
+            bool</span> &amp;is_predefined, position_type &amp;pos, 
+            std::vector&lt;token_type&gt; &amp;parameters, 
+            token_sequence_type &amp;definition) <span 
class="keyword">const</span>; 
 
     <span class="comment">// other options</span>
         <span class="keyword">void</span> <a 
href="class_reference_context.html#language_support">set_language</a>(language_support
 enable);
@@ -332,6 +337,17 @@
 <blockquote>
   <p>Returns, if a macro with the given <tt>name</tt> is defined, i.e. if it 
is 
     contained in the macro symbol table.</p>
+  </blockquote>
+<p><strong><a name="get_macro_definition"></a>get_macro_definition</strong></p>
+<pre>    <span class="keyword">bool</span></span> get_macro_definition(
+        <span class="keyword">std::string const</span> &amp;name, <span 
class="keyword">bool</span> &amp;is_function_style, <span class="keyword">
+        bool</span> &amp;is_predefined, position_type &amp;pos, 
+        std::vector&lt;token_type&gt; &amp;parameters, 
+        token_sequence_type &amp;definition) <span 
class="keyword">const</span>; </pre>
+<blockquote>
+  <p>Allows to retrieve all information known with regard to a macro 
definition. The parameter <tt>name</tt>    specifies the name of the macro the 
information should be returned for. The parameters 
+  <tt>is_function_style</tt> and <tt>is_predefined</tt> return, whether the 
macro has been defined as a function style macro or as a predefined macro resp. 
The parameter <tt>pos</tt> will contain the position the macro was defined at. 
The parameter <tt>parameters</tt> will contain the names of the parameters the 
macro was defined with and the parameter <tt>definition</tt> will contain the 
token sequence for the definition (macro body).</p>
+  <p>The function returns <tt>true</tt> is the macro was defined and the 
requested information has been successfully retrieved, <tt>false</tt> 
otherwise.</p>
 </blockquote>
 <p><a name="remove_macro_definition"></a><b>remove_macro_definition</b></p>
 <pre><span class="keyword">    bool</span> remove_macro_definition(
@@ -471,7 +487,7 @@
   <font size="2">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) </font> </p>
 <span class="updated"></span>
 <p class="copyright"><span class="updated">Last updated: 
-  <!-- #BeginDate format:fcAm1m -->Tuesday, March 7, 2006  13:23<!-- #EndDate 
-->
+  <!-- #BeginDate format:fcAm1m -->Tuesday, March 20, 2007  14:04<!-- #EndDate 
-->
   </span>
 </p>
 <p>&nbsp;</p>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to