Home » Developing U++ » U++ Developers corner » Assist++ future
Re: Assist++ future [message #12166 is a reply to message #10914] |
Mon, 15 October 2007 01:29   |
mr_ped
Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
|
Experienced Contributor |
|
|
I have problem with Assist++ not showing member of S_A struct in this case:
class C_A {
public:
struct S_A { int x; S_A() : x(1) {} };
};
class C_B : public C_A {
public:
struct S_B : public S_A { S_B() { x = 3; } };
};
C_B::S_B b;
CONSOLE_APP_MAIN
{
UPP::Cout().Put( UPP::AsString(b.x) + "\r\n" );
//put "b." here, the "x" of S_A will be not shown
}
(P.S. the simple form without C_A and C_B encapsulation works OK, only this more complex case does not work)
[Updated on: Mon, 15 October 2007 01:30] Report message to a moderator
|
|
|
 |
|
Assist++ future
By: Defre on Sat, 04 August 2007 15:06
|
 |
|
Re: Assist++ future
By: mirek on Sat, 04 August 2007 15:16
|
 |
|
Re: Assist++ future
By: mirek on Sat, 04 August 2007 20:17
|
 |
|
Standard array not parsed
|
 |
|
Re: Assist++ future
By: mr_ped on Sat, 04 August 2007 22:47
|
 |
|
Re: Assist++ future
By: mirek on Sun, 05 August 2007 10:05
|
 |
|
Re: Assist++ future
By: zsolt on Mon, 15 October 2007 21:49
|
 |
|
Re: Assist++ future
By: unodgs on Mon, 15 October 2007 22:56
|
 |
|
Re: Assist++ future
By: mr_ped on Sun, 05 August 2007 12:57
|
 |
|
Re: Assist++ future
By: mr_ped on Mon, 15 October 2007 01:29
|
 |
|
Re: Assist++ future
By: mr_ped on Thu, 24 July 2008 10:24
|
 |
|
Re: Assist++ future
By: mrjt on Thu, 24 July 2008 12:19
|
Goto Forum:
Current Time: Fri Jul 18 16:15:33 CEST 2025
Total time taken to generate the page: 0.05544 seconds
|