Mike Stump Mon, 02 Jul 2007 09:34:08 -0700
On Jul 2, 2007, at 2:48 AM, allozano wrote:
I need get the param type. For example void f (std::string){...} with Macros TYPE_NAME, TYPE_DECL,... i find the param is "string" but I need "std::string"
I need get the param type. For example
void f (std::string){...}
Look for CONTEXT in *.h.