Menu

#287 class browser: function pointer not visible

open
nobody
5
2012-09-26
2004-04-23
Anonymous
No

if I define a function pointer as a member (for instance,
the following code in a .h file), it can't be seen in the
class browser:

typedef struct _request {

uint32      RequestID;
uint16    (*callbackFunction)(uint32 reqID, uint32

status);
uint16 RequestPriority;
}Request;

in the left hand class view column ("Classes")
, only RequestID and RequestPriority can be seen inside
_request

Can anyone inform me later when there is a fix for this
bug? Kinda of need it urgently

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.