Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Your advice

They are internal - use what you like if you are going to peek inside the API - I don't think it matters in this case but I would generally use the highest item in the hierarchy that serves my purposes. 

(BTW ICASTAmbiguousDeclarator does not exist, I assume you mean IASTAmbiguousDeclarator)
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Tue, 25 Feb 2020 at 20:54, Ming Cheng <chengm349@xxxxxxxxxxx> wrote:
so the ans should be ICASTAmbiguousDeclarator interfaces?


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: Tuesday, February 25, 2020 4:52 AM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Your advice
 


On Mon, 24 Feb 2020 at 23:39, Ming Cheng <chengm349@xxxxxxxxxxx> wrote:


Should I use class like CASTAmbiguousDeclarator or interface like ICASTAmbiguousDeclarator?


Generally you should avoid accessing the internal classes from outside of CDT. Not sure if you really need them here or not. 

Please submit a change to CDT containing your improvement to the visitor classes.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top