This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: get complete type


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"

Look for CONTEXT in *.h.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]