Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1640: create implementation omits class

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
Frunobulax Posted - Jun 03 2008 : 06:38:20 AM
Hi,

create in a header something.h and add the following code:

class MyClass {
public:
    struct Member {
        int foo;
    };

    const Member& getMember(void);
};

Placing the caret on getMember and using CreateImplementation will produce the following code:


const Member& MyClass::getMember( void )
{

}


This should be

const MyClass::Member& MyClass::getMember( void )


Regards, tv
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Feb 02 2016 : 7:58:11 PM
case=1247 is fixed in build 2089.
feline Posted - Jun 03 2008 : 09:08:49 AM
I am seeing the same effect here. Thank you for the clear description.

case=1247

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