August 08, 2007 General » Win32 headers: Problem with COM interface indirection levels | |||
|---|---|---|---|
| |||
...I would prefer that), e.g. C++: typedef IShellFolder *LPSHELLFOLDER; to D: alias IShellFolder LPSHELLFOLDER... | |||
August 05, 2007 General » Re: Lisp/Ruby style symbols | |||
|---|---|---|---|
| |||
...doing here. Again, for D/2.0: typedef invariant(char)[] symbol ; Not technically the same... | |||
August 05, 2007 Learn » Re: type of array element, type of assoz key? | |||
|---|---|---|---|
| |||
...T[0]), typeof(*T), is(T Base == typedef), is(T Return == return), and is(T... | |||
August 01, 2007 Learn » "This is madness!" Red Book OpenGL Example 1-3, done using templates | |||
|---|---|---|---|
| |||
...NEXT, NEXT(OFFSET), NAMES[1..$]); } } typedef uint Enum; /// additive increase typedef uint Bitfield; /// multiplicative increase... | |||
July 31, 2007 Issues » [Issue 1354] Can use function prototype in typedef and alias. | |||
|---|---|---|---|
| |||
...allow for such declarations. A declaration like: typedef A[] func(A, B)(B bla); should... | |||
July 30, 2007 General » Re: Will D ever get a reference type? | |||
|---|---|---|---|
| |||
Reply to Bill, if typedef's could overload opXxx functions then they could serve as... | |||
July 28, 2007 General » Re: quirks of functions and delegates | |||
|---|---|---|---|
| |||
...in D, but possible. Consider: typedef void Foo(); Foo[] f; typedef void function() Bar; Bar... | |||
July 26, 2007 Learn » C++/ D C struct2 D inner classes, C++ templates/D templates | |||
|---|---|---|---|
| |||
...Data>,
bool _Duplicates = false>
class bptree
{
public:
typedef _Key key_type;
//etc, and so on... | |||
July 23, 2007 Issues » [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong | |||
|---|---|---|---|
| |||
...implicitly convert
|literal 0 to typedef of |literal 0 to typedef of
|ulong |ulong
------- Comment... | |||
July 23, 2007 General » Re: Foreach Range Statement | |||
|---|---|---|---|
| |||
...gives a use for mixed-type ranges: typedef size_t step = 1; struct MyArray(T... | |||
Copyright © 1999-2021 by the D Language Foundation