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
 Technical Support
 Suggestions + pimpl-idiom
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Matze42
Starting Member

Germany
1 Posts

Posted - Dec 21 2004 :  05:20:34 AM  Show Profile
VA_X.dll file version 10.1.1289.0
Licensed to:
VA X:
VA.NET 7.1: [email protected] (1-user license)
VAOpsWin.dll version 1.2.0.4
DevEnv.exe version 7.10.3077.0
msenv.dll version 7.10.3077.0
Font: Courier New 11(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
Single processor

Hi,

i have a problem with the suggestions-list when using the so called
"pimpl-idiom".

i.e.
in Header

class CFoo
{
...some stuff
private:
class CFooImpl; // fowrward declaration of CFooImpl
CFooImpl * m_pimpl;
};

and in cpp

class CFoo::CFooImpl
{
...declaration of CFooImpl stuff
};

...
Implementation of CFoo stuff

The problem is, that here the suggestion-list keeps empty
when using m_pimpl.

For example

CFoo::CFoo()
{
m_pimpl = new CFoo::CFooImpl;
m_pimpl-> ???? ( Here it keeps empty )
}

Any ideas ?
Greetings,
Matze
  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