<div dir="ltr">Could you point me out to some example how can I do that?</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/16 James Dennett <span dir="ltr"><<a href="mailto:james.dennett@gmail.com" target="_blank">james.dennett@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Oct 15, 2013 at 4:09 PM, Edward Diener<br>
<<a href="mailto:eldlistmailingz@tropicsoft.com">eldlistmailingz@tropicsoft.com</a>> wrote:<br>
> On 10/15/2013 2:13 PM, James Dennett wrote:<br>
>><br>
>> On Mon, Oct 14, 2013 at 9:48 PM, Alexander Basov <<a href="mailto:coopht@gmail.com">coopht@gmail.com</a>> wrote:<br>
>>><br>
>>> Hello.<br>
>>> Could somebody help me with macro expansion?<br>
>>><br>
>>> I have a header with the following macroses defined:<br>
>>><br>
>>> #define foo(x) x + 2<br>
>>> #define A 1<br>
>>> #define B foo(A)<br>
>>><br>
>>> And I need get the following map:<br>
>>> A = 1<br>
>>> B = 3<br>
>>><br>
>>> How can I do it?<br>
>>><br>
>>> I'm ale to get list of MacroInfo * classes with PPCallbacks or get it<br>
>>> with<br>
>>> Preprocessor::macro_begin() iterator, but I don't know how to get<br>
>>> expaneded<br>
>>> value.<br>
>><br>
>><br>
>> I think you may be looking in the wrong places, or at least not in all<br>
>> of the right places.<br>
>><br>
>> The expanded value of "B" is "A + 2", not "3".  Macro expansion<br>
>> doesn't evaluate arithmeic.<br>
><br>
><br>
> That is not correct. Invoking B gives "1 + 2".<br>
<br>
</div>Sorry, indeed; that was a typo.  My brain fully expanded the macro,<br>
but my fingers somehow stopped after one level.  Fortunately I don't<br>
think it's material.<br>
<br>
The point still stands: if you want the value, not the expansion, you<br>
need to do evaluation.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- James<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Alexander<br>
</div>