[GCC-XML]pointer to method

kevin j. miles kmiles at edaptive.com
Mon Sep 9 15:27:59 EDT 2002


c++:

 void (*_input_callback)
    (IOM_Serial::Serial_Status status, uint_32 callback_data);

gccxml:
<Field id="_35" name="_input_callback" access="private" type="_98"
context="_1" location="f0:845"/>
    ...
<PointerType id="_98" type="_115"/>
    ...
<FunctionType id="_115" returns="_109">
    <Argument type="_56"/>
    <Argument type="_93"/>
  </FunctionType>


This seems to lose the Argument names "status" and "callback_data"

is that right?





More information about the gccxml mailing list