February 08, 2007 General » Re: Using typedefed types as covariant return types | |||
|---|---|---|---|
| |||
...it's _completely_ different? This compiles: ---------- typedef void* CFTypeRef; typedef CFTypeRef CFStringRef; void func(CFTypeRef... | |||
February 07, 2007 General » Using typedefed types as covariant return types | |||
|---|---|---|---|
| |||
...was hoping I could do this:
typedef void* CFTypeRef;
typedef CFTypeRef CFStringRef;
class DCFObject
{
CFTypeRef... | |||
February 05, 2007 Learn » using typedefed types as covariant return types | |||
|---|---|---|---|
| |||
...was hoping I could do this:
typedef void* CFTypeRef;
typedef CFTypeRef CFStringRef;
class DCFObject
{
CFTypeRef... | |||
February 04, 2007 Learn » Re: Typedef of class doesn't work? | |||
|---|---|---|---|
| |||
...a small example but I defined typedef uint NodeNbr; typedef NodeNbr ObjAddr; and then got... | |||
February 04, 2007 Learn » Re: matching overloaded functions (std.string.toString) | |||
|---|---|---|---|
| |||
...ostypes.d:
module ostypes;
import std.string;
typedef int OSStatus;
char[] toString(OSStatus s)
{
return... | |||
February 03, 2007 Learn » matching overloaded functions (std.string.toString) | |||
|---|---|---|---|
| |||
...for overloaded functions. I have a type: typedef int OSStatus; and I want to call... | |||
February 01, 2007 Issues » [Issue 918] New: Template order matter, version block change something with typedef, and another template bug. | |||
|---|---|---|---|
| |||
...order matter, version block change something
with typedef, and another template bug.
Product: D
Version... | |||
February 01, 2007 Issues » [Issue 917] New: regression: circular typedefs cause segfaults | |||
|---|---|---|---|
| |||
...typedef foo bar; # typedef bar foo; # test case: http://dstress.kuehne.cn/nocompile/t/typedef... | |||
February 01, 2007 General » Re: Idea : Expression Type | |||
|---|---|---|---|
| |||
...alias would have to behave like a typedef: given alias (a*b) X; alias (a... | |||
February 01, 2007 General » Re: static arrays. | |||
|---|---|---|---|
| |||
...2]," ",MM[4][4]); } const SIZE = 30; typedef int[SIZE][SIZE] TMatrix; void mkmatrix(int... | |||
Copyright © 1999-2021 by the D Language Foundation