January 17, 2010
Is there a generic way to get the name of the function I'm currently in? Basically I want something working like __FILE__ or __LINE__.


Tomek
January 17, 2010
On Sun, 17 Jan 2010 19:42:00 +0100, Tomek Sowiński <just@ask.me> wrote:

> Is there a generic way to get the name of the function I'm currently in? Basically I want something working like __FILE__ or __LINE__.
>
>
> Tomek

Nope. I believe someone made a template that creates this somehow, though.

-- 
Simen