September 05, 2007 General » Re: dst = src rather than src dst | |||
|---|---|---|---|
| |||
...declarations, right? Now just add alias or typedef in front. alias int x; alias void... | |||
September 05, 2007 General » Re: dst = src rather than src dst | |||
|---|---|---|---|
| |||
...I've always seen alias'es and typedef's as being declerations, only directly of... | |||
September 05, 2007 General » dst = src rather than src dst | |||
|---|---|---|---|
| |||
...src; typedef dst = src; Instead of (or as well as) alias src dst; typedef src... | |||
September 04, 2007 GDC » [Issue 1469] "alias int fpos_t" in std.c.stdio is wrong on Darwin | |||
|---|---|---|---|
| |||
...SOURCE) && !defined(__STRICT_ANSI__) typedef __darwin_off_t fpos_t; #else typedef __int64_t fpos... | |||
September 02, 2007 General » Re: structs, classes, interfaces - Part III, Solution | |||
|---|---|---|---|
| |||
...place? Currently it's only a weak typedef (extended to other symbols) with some overloading... | |||
September 01, 2007 General » Implicit template function overloading broken? | |||
|---|---|---|---|
| |||
...S2 {
void bar() { printf( "bar\n" ); }
}
typedef int HasFoo;
typedef int HasBar;
template SType( T... | |||
August 26, 2007 General » Re: Stroustrup's talk on C++0x | |||
|---|---|---|---|
| |||
...unified type casting with 'cast'; 7) strict 'typedef' and relaxed 'alias'; 8) array have 'length... | |||
August 25, 2007 General » Re: Recursive Declarations (for functions): Example | |||
|---|---|---|---|
| |||
...of an typedef + alias as illustrated below [1]: # alias Consume delegate(char[]) Bar; # typedef Bar... | |||
August 20, 2007 General » Re: Improving D's support of code-pages | |||
|---|---|---|---|
| |||
...another approach to the error handler thing: typedef int error_t; alias void delegate(string... | |||
August 20, 2007 General » Re: Improving D's support of code-pages | |||
|---|---|---|---|
| |||
...types typedef char function(DecodeMode,char) DecodeCHandler; typedef wchar function(DecodeMode,wchar) DecodeWHandler; typedef dchar... | |||
Copyright © 1999-2021 by the D Language Foundation