Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 typdef expansion
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

msew
Ketchup Master

94 Posts

Posted - Feb 17 2004 :  7:40:53 PM  Show Profile
so you have this:

typedef std::map<nameSpace::class::enum, dataType> SomeType;

then you have:

SomeType myData;



now later you have have: (m_impl is an implementation struct in the class)

m_impl->mydata.find( p_key ); (basically just using that myData defined before)



if you mouse over "mydata" you will get:


SomeType someStruct::mydata



Can we get the SomeType expanded to what the type actually is?


perhaps

SomeType( typedef std::map<nameSpace::class::enum, dataType> ) struct::mydata


so you can see ahh yes the SomeType is a type but it was typedef'd and it is actually a vector or a map etc etc



thanks!


~msew



Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Feb 17 2004 :  8:39:13 PM  Show Profile
The tooltip shows the typedef. The HCB shows the expanded type.
Go to Top of Page

msew
Ketchup Master

94 Posts

Posted - Feb 18 2004 :  03:40:32 AM  Show Profile
quote:
Originally posted by Uniwares

The tooltip shows the typedef. The HCB shows the expanded type.




<-- newbie here. What is the HCB?
Go to Top of Page

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Feb 18 2004 :  05:29:54 AM  Show Profile
Hovering class browser. The bottom half of the VA View.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

msew
Ketchup Master

94 Posts

Posted - Feb 18 2004 :  5:08:33 PM  Show Profile
quote:
Originally posted by Stephen

Hovering class browser. The bottom half of the VA View.



Ahh okie I have found teh VA View.

But for the m_impl case it doesn't show the typdef'd data it just shows the impl struct.


This seems like a bug.


Even with the HCB and the VA View, the tooltip having the typedef expanded would be nicer.


~msew
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000