From: Eric B. <er...@go...> - 2007-12-28 10:38:15
|
Berend de Boer wrote: > Perhaps eposix doesn't actually do what you actually meant. I use a lot > of: > > test is > local > mem: expanded memory > do > end > > kind of constructions. Expand this or that class. The use is that I > don't have to create it and can access it features and don't "pollute" > the current class by inheriting from it. > > eposix doesn't have a class that says expanded in the class definition, > so perhaps you can start on DbC :-) No, because it does not matter whether the expandedness is declared in the class definition or in the type declaration. It's still expanded. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |