September 19, 2007 General » Sometimes, all you need is some simple drawing primitives | |||
|---|---|---|---|
| |||
...select = -1;
else
const int select = -1;
}
typedef rgb back_rgb;
back_rgb Back(rgb... | |||
September 19, 2007 Issues » tuple foreach is missing the boat | |||
|---|---|---|---|
| |||
...t...){alias t T;}
template Ty(T) { typedef T Type; }
as far as I know... | |||
September 19, 2007 General » Template namespaces - Obsolete? | |||
|---|---|---|---|
| |||
...with
obvious extensions like
typedef(T) something t; /* == template t(T) { typedef something t; } */
alias... | |||
September 18, 2007 General » Re: Template Prerequisite proposal | |||
|---|---|---|---|
| |||
...building a type of class,
psuedo code:
typedef class mytype
{
int m;
int func();
};
then... | |||
September 14, 2007 Learn » Re: .lib and .h files conversion to d | |||
|---|---|---|---|
| |||
...up on pretty common C idioms like:
typedef struct {...} MyStruct;
bcd (the Windows binary) just... | |||
September 13, 2007 General » *context safe* exceptions | |||
|---|---|---|---|
| |||
...volatile int count;
void fooFunc(void)
{
++ count;
};
typedef void (*foo_t)(void);
void test(int... | |||
September 11, 2007 GDC » [Issue 1492] New: With recursive func definition, gdc evaluates too often | |||
|---|---|---|---|
| |||
...std.stdio, std.bind;
template SR(T...) { typedef SR!(T) delegate(T) SR; }
SR!(int... | |||
September 11, 2007 Issues » [Issue 1491] New: if working with timed-out socket, SIGPIPE will kill program | |||
|---|---|---|---|
| |||
...126,17 @@
}
}
+version (Win32) { }
+else
+{
+ extern(C)
+ {
+ typedef void function(int) sighandler_t;
+ sighandler_t... | |||
September 08, 2007 Issues » Re: [Issue 1486] New: Can't implicitly convert char[][] to const(char)[][] | |||
|---|---|---|---|
| |||
...were a clean way to alias or typedef or macro the D2 const features (within... | |||
September 07, 2007 General » [D2.0] Transitive const is bad sometimes | |||
|---|---|---|---|
| |||
...a_raw_incoming_channel_processor_t
{
private:
typedef std::map< std::string, ref_channel_state... | |||
Copyright © 1999-2021 by the D Language Foundation