August 13, 2008 General » Re: Multiple Inheritance of Classes | |||
|---|---|---|---|
| |||
...to be storable in different containers: typedef EventOneListener IntrusiveContainerNode; typedef EventTwoListener IntrusiveContainerNode; class MyClass : EventOneListener... | |||
August 09, 2008 Announce » Re: DMD 1.034 and 2.018 releases | |||
|---|---|---|---|
| |||
...stdio.h" #include "time.h" #define MYOP * typedef int T; #define TFORM "%d " void error... | |||
July 31, 2008 Learn » Re: Pointer to member variable again | |||
|---|---|---|---|
| |||
...pure virtual") method }; // Alias the pointer type. typedef void (C::* ptr_t)(); void f(C... | |||
July 29, 2008 Learn » Re: Pointer to member variable again | |||
|---|---|---|---|
| |||
...instance of the class. Something like this: typedef GetClass!(Cls.k) classType; assert(is(typeof... | |||
July 25, 2008 General » Re: Thin Locks in D | |||
|---|---|---|---|
| |||
...appears that it does from WinNT.h :
typedef struct _RTL_CRITICAL_SECTION {
PRTL_CRITICAL_SECTION... | |||
July 23, 2008 General » Re: RTest, a random testing framework | |||
|---|---|---|---|
| |||
...another generator you need to define a typedef, I leave more freedom, one can (and... | |||
July 20, 2008 Learn » Re: array error | |||
|---|---|---|---|
| |||
...In fact string is an alias (kindof typedef in C++) to invariant(char)[], i.e... | |||
July 18, 2008 GDC » Bottom of stack on wince | |||
|---|---|---|---|
| |||
...kernel is loaded at 0xFFFFC800 address and
typedef struct ARM_HIGH {
...
char kStack[0x800]; // 0xFFFFC000... | |||
July 14, 2008 Learn » Re: Key arguments | |||
|---|---|---|---|
| |||
...structs. Basically, the idea is that you typedef double y_parameter; then y_parameter y... | |||
July 13, 2008 General » Retrieving the mangle of a member of a class impossible, when class is typedefed | |||
|---|---|---|---|
| |||
...int member;
| public static int static_member;
| }
|
| typedef MyClass MyTypedef;
|
| int main (char[][] args)
| {
| auto... | |||
Copyright © 1999-2021 by the D Language Foundation