Home » Developing U++ » U++ Developers corner » What about LUA plugin?
Re: What about LUA plugin? [message #5230 is a reply to message #5229] |
Mon, 11 September 2006 01:49   |
 |
mirek
Messages: 14261 Registered: November 2005
|
Ultimate Member |
|
|
thierry wrote on Sun, 10 September 2006 19:39 | No no you have missed it 
void Xmlize(XmlIO xml, C& var) {
// Did C tell you were a friend? No? Back off then !
}
Defining a function overriding the template doesn't give access to C protected/private member, so you have to modify C either to make a friend void Xmlize(XmlIO xml, C& var) or to implement it as C::Xmlize(), which I then tend to prefer.
|
A valid point. Usually, you can setup the value of instance based on its methods (think std::string), but you are right that this is not a rule. Anyway, once properties are not public, there is no other means to access them than method....
Mirek
|
|
|
 |
|
What about LUA plugin?
By: mirek on Tue, 22 August 2006 18:50
|
 |
|
Re: What about LUA plugin?
By: fudadmin on Tue, 22 August 2006 21:28
|
 |
|
Re: What about LUA plugin?
By: masu on Tue, 22 August 2006 23:01
|
 |
|
Re: What about LUA plugin?
By: mirek on Wed, 23 August 2006 00:13
|
 |
|
Re: What about LUA plugin?
By: unodgs on Tue, 22 August 2006 23:07
|
 |
|
Re: What about LUA plugin?
By: fudadmin on Tue, 22 August 2006 23:40
|
 |
|
Re: What about LUA plugin?
By: thierry on Sun, 10 September 2006 16:16
|
 |
|
Re: What about LUA plugin?
By: thierry on Sun, 10 September 2006 16:44
|
 |
|
Re: What about LUA plugin?
By: mirek on Sun, 10 September 2006 18:56
|
 |
|
Re: What about LUA plugin?
By: mirek on Sun, 10 September 2006 19:11
|
 |
|
Re: What about LUA plugin?
By: thierry on Sun, 10 September 2006 19:45
|
 |
|
Re: What about LUA plugin?
By: mirek on Sun, 10 September 2006 20:50
|
 |
|
Re: What about LUA plugin?
By: thierry on Sun, 10 September 2006 23:47
|
 |
|
Re: What about LUA plugin?
By: mirek on Mon, 11 September 2006 00:24
|
 |
|
Re: What about LUA plugin?
By: thierry on Mon, 11 September 2006 01:10
|
 |
|
Re: What about LUA plugin?
By: mirek on Mon, 11 September 2006 01:22
|
 |
|
Re: What about LUA plugin?
By: thierry on Mon, 11 September 2006 01:39
|
 |
|
Re: What about LUA plugin?
By: mirek on Mon, 11 September 2006 01:49
|
 |
|
Re: What about LUA plugin?
By: qwerty on Mon, 11 September 2006 01:12
|
 |
|
Re: What about LUA plugin?
By: qwerty on Mon, 11 September 2006 01:21
|
 |
|
Re: What about LUA plugin?
By: mirek on Mon, 11 September 2006 01:24
|
 |
|
Re: What about LUA plugin?
By: qwerty on Mon, 11 September 2006 01:51
|
 |
|
Re: What about LUA plugin?
By: mirek on Mon, 11 September 2006 08:59
|
 |
|
Re: What about LUA plugin?
By: qwerty on Mon, 11 September 2006 11:38
|
 |
|
Re: What about LUA plugin?
By: lindquist on Sun, 17 September 2006 17:46
|
 |
|
Re: What about LUA plugin?
By: qwerty on Sun, 15 October 2006 09:48
|
Goto Forum:
Current Time: Sun Jun 08 01:26:03 CEST 2025
Total time taken to generate the page: 0.04261 seconds
|