June 22, 2011 Phobos » [phobos] RAII implementation for Socket and Selector | |||
|---|---|---|---|
| |||
You are right that we will probably wont have a choice but to expose the... | |||
June 22, 2011 Phobos » [phobos] RAII implementation for Socket and Selector | |||
|---|---|---|---|
| |||
Just a short note, more to follow soon: Be sure to provide some way of... | |||
June 20, 2011 Phobos » [phobos] RAII implementation for Socket and Selector | |||
|---|---|---|---|
| |||
It is my understanding that getaddrinfo should do that without contacting a DNS. For example... | |||
June 21, 2011 Phobos » [phobos] RAII implementation for Socket and Selector | |||
|---|---|---|---|
| |||
...s a not clear. Later, I read Selector. Masahiro On Tue, 21 Jun 2011 05... | |||
June 20, 2011 General » RAII implementation for Socket and Selector | |||
|---|---|---|---|
| |||
...on a RAII implementation for Socket and Selector. Sockets are a ref counted wrapper around... | |||
June 20, 2011 Phobos » [phobos] RAII implementation for Socket and Selector | |||
|---|---|---|---|
| |||
...on a RAII implementation for Socket and Selector. Sockets are a ref counted wrapper around... | |||
June 08, 2011 General » Re: Pointers to non-static member functions! | |||
|---|---|---|---|
| |||
...objc.msg.send!(void*)(self, objc.method.selector!("d_object"));
resolve.funcptr = &resolveVirtualCall;
return resolve... | |||
June 08, 2011 General » Re: Pointers to non-static member functions! | |||
|---|---|---|---|
| |||
...be mixed in a class to bind selector sel to instance * method. * * This will create... | |||
June 08, 2011 General » Re: Pointers to non-static member functions! | |||
|---|---|---|---|
| |||
...http://michelf.com/projects/d-objc/syntax/#selector-literals> &A.func should return a *member... | |||
June 02, 2011 Announce » Re: DMD/Objective-C Alpha 1 | |||
|---|---|---|---|
| |||
@selector("insertIdemWithObjectValue:atIndex:")
void insertItem(ObjcObject object, NSInteger value);
;) | |||
Copyright © 1999-2021 by the D Language Foundation