Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1624 VA Outline View

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Uniwares Posted - Dec 20 2007 : 6:17:44 PM
Namespaces defined in macros are not resolved or shown in the view.
example:
#define BEGIN_XYZ namespace XYZ {
#define END_XYZ }

BEGIN_XYZ
class xxx {};
END_XYZ


Here, class xxx is not shown to be inside the namespace XYZ.

Another weird thing is the way classes are shown when they have base classes. Depending on how the base class(es) are written, the VA view shows the class differently.

examples:

class myClass1 : public std::string {};
class myClass2 :
   public std::string 
{
};


Seems the VA view simply shows everything after the keyword class until the end of the line.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Dec 21 2007 : 11:17:26 AM
The macro's and namespaces, I am inclined to say this is the correct behaviour for VA Outline. It is showing you the file outline as it actually exists, rather than what the compiler (pre-processor strictly speaking) turns the file into.


The derived class where the parent class is wrapped onto the next name, I have put a bug report in for this, since it is reasonable to expect VA Outline to show the parent class:

case=10787

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000