class browser: function pointer not visible
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
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