Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » possible reasons for missing binding in IIndex ?
possible reasons for missing binding in IIndex ? [message #1733344] Thu, 26 May 2016 17:07
Nicolas Anquetil is currently offline Nicolas AnquetilFriend
Messages: 20
Registered: May 2010
Junior Member
Hi,

I have a class with two methods:

Address::Address(Ip ip, Port port)
void Address::_address(Ip ip, Port port)


the index can get me bindings for both ip parameters and the second port
parameter (in _address method)
but not for the first port parameter (constructor) !

I get the binding using: IIndex.findBinding(IName)

Is there a way I can get it to give me the missing binding?

Or alternatively I can find out what is the problem with the faulty
parameter ?

thanks

nicolas
Previous Topic:Installing c/c++
Next Topic:[RESOLVED]Create a IFolder on a project with an extra level
Goto Forum:
  


Current Time: Tue Mar 19 02:17:44 GMT 2024

Powered by FUDForum. Page generated in 0.03352 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top