Search

June 20, 2006
General »
...type that returns itself? The only way is with a cast and a typedef (alias).
June 20, 2006
General »
...dmd 161:

--------------
alias Consume delegate(char[]) Bar;
typedef Bar delegate (char[]) Consume;

void emit (Consume...
June 19, 2006
Learn »
...h>

#define TILEW 1000
#define TILEH 1000

typedef struct _TILE { int x,y; } TILE;

void...
June 15, 2006
Issues »
...cgi?id=196

           Summary: Static assertion involving typedef's base type fails
                    strangely
           Product: D...
June 12, 2006
General »
...redraw);
#
# Invalidate(redraw_t.redraw);

Using a typedef because I'm a lazy bugger who...
June 11, 2006
Issues »
...cgi?id=190

           Summary: Cannot forward reference typedef/alias in default value
                    for function parameter...
June 08, 2006
Issues »
...gmail.com


import std.math;
void main() {
        typedef double type = 5.0;

        type t;
        assert...
June 08, 2006
Issues »
...cgi?id=184

           Summary: Cannot forward reference typedef within struct
           Product: D
           Version: 0.160...
June 07, 2006
General »
...readily encoded as ubyte[] or with a typedef:ed type. It would be useful to...
June 01, 2006
Learn »
...Code:

#define IMAGE_SIZEOF_SHORT_NAME              8

typedef struct _IMAGE_SECTION_HEADER {
    BYTE    Name[IMAGE...
266 267 268 269 270 271 272 273 274 275 276
Next ›   Last »