August 26, 2004 General » Re: Feature request - isolated "in" contracts | |||
|---|---|---|---|
| |||
...mix-in styled interface implementation, though:
interface IFace {
// contracts allowed, but no body
void hello... | |||
June 29, 2004 General » template interfaces | |||
|---|---|---|---|
| |||
...c iface.d iface.d(8): template Foo(T) is used as a type iface... | |||
May 18, 2004 Issues » Mixin methods do not satisfy interfaces | |||
|---|---|---|---|
| |||
...printf("foo here\n"); }
}
interface Iface {
void foo();
}
class Bar : Iface {
mixin Impl;
}
int main... | |||
February 25, 2004 D » Re: explicit abstract-class syntax | |||
|---|---|---|---|
| |||
...for this:
interface IFace {
void a();
void b();
}
abstract class AClass : IFace {
void a() {}
abstract... | |||
February 11, 2004 D » DMD 0.79 com server and template problems - comserver.zip | |||
|---|---|---|---|
| |||
...clz_guid, alias if_guid, IFACE ) {
IFACE newInstance() {
HRESULT hr;
IFACE obj;
hr = CoCreateInstance( &clz... | |||
January 20, 2004 c++ » Debugger mysteriously never enters program... UPDATE | |||
|---|---|---|---|
| |||
...which the program terminates:
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
class timer : public iface
{
virtual void timerProc_() const = 0;
protected:
timer... | |||
Copyright © 1999-2021 by the D Language Foundation