Thread overview | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
November 30, 2006 Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Beg a pardon. Recently, I've posted the subject to discuss about multiple inheritance simulation in D. None answers followed. But I still need the feature to simulate. Has anybody good news to share? |
November 30, 2006 Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arlen Albert Keshabyan Attachments: | Arlen Albert Keshabyan wrote:
> Beg a pardon.
> Recently, I've posted the subject to discuss about multiple inheritance
> simulation in D. None answers followed. But I still need the feature to
> simulate. Has anybody good news to share?
I've experimented with this in the past and encountered pretty much the same problems you did. Here is some old code of mine that applies. It's an experimental rewrite of std.stream--do a search for FStream for the best example.
Sean
|
November 30, 2006 Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | Thank you, Sean. I'll definitely took a look at your code. :) |
November 30, 2006 Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arlen Albert Keshabyan | I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample Charlie Arlen Albert Keshabyan wrote: > Beg a pardon. > Recently, I've posted the subject to discuss about multiple inheritance > simulation in D. None answers followed. But I still need the feature to > simulate. Has anybody good news to share? |
December 01, 2006 Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Charlie | == Quote from Charlie (charlies@nowhere.com)'s article > I think you can also use templates, ala > http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample > Charlie > Arlen Albert Keshabyan wrote: > > Beg a pardon. > > Recently, I've posted the subject to discuss about multiple inheritance > > simulation in D. None answers followed. But I still need the feature to > > simulate. Has anybody good news to share? Thank you Charlie! :) That's what I need! |
December 01, 2006 [OT] Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Charlie |
Charlie wrote:
> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample
Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!!
|
December 01, 2006 Re: [OT] Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Hasan Aljudy | Hasan Aljudy wrote: > > Charlie wrote: >> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample > > > Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!! > The Internet is your friend: http://en.wiktionary.org/wiki/a_la a la, less commonly à la 1. In the style or manner of. -- Kirk McDonald Pyd: Wrapping Python with D http://pyd.dsource.org |
December 01, 2006 Re: [OT] Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kirk McDonald | Kirk McDonald a écrit :
> Hasan Aljudy wrote:
>>
>> Charlie wrote:
>>> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample
>>
>>
>>
>> Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!!
>>
>
> The Internet is your friend:
>
> http://en.wiktionary.org/wiki/a_la
>
> a la, less commonly à la
>
> 1. In the style or manner of.
What the wiktionary doesn't tell is that this comes originally from French language hence the accent on the a: "à la".
renoX
|
December 01, 2006 Re: [OT] Re: Who on earth knows how???... | ||||
---|---|---|---|---|
| ||||
Posted in reply to renoX | renoX wrote: > Kirk McDonald a écrit : >> Hasan Aljudy wrote: >>> >>> Charlie wrote: >>>> I think you can also use templates, ala http://www.dsource.org/projects/tutorials/wiki/MultipleInheritanceWithTemplateBoltInsExample >>> >>> >>> >>> >>> Completely off-topic, sorry, but I've always wondered what does "ala" mean?!!! >>> >> >> The Internet is your friend: >> >> http://en.wiktionary.org/wiki/a_la >> >> a la, less commonly à la >> >> 1. In the style or manner of. > > What the wiktionary doesn't tell is that this comes originally from French language hence the accent on the a: "à la". > > renoX Sure it does, right under "etymology." See also: http://en.wiktionary.org/wiki/%C3%A0_la -- Kirk McDonald Pyd: Wrapping Python with D http://pyd.dsource.org |
Copyright © 1999-2021 by the D Language Foundation