Search

January 20, 2007
Issues »
...issues/show_bug.cgi?id=860

           Summary: Typedef of an alias in another module used...
January 19, 2007
Announce »
...template< class T >
struct Iterator
{
	typedef T    value_type;
	typedef T *  pointer_type;
};

template< class...
January 19, 2007
Learn »
...but this isn't possible in D. typedef and alias aren't sufficient as I...
January 18, 2007
c++.windows »
...java-sdk-tool.

typedef int WINAPI (*CasioIO_UninitPtrT)();
CasioIO_UninitPtrT CasioIO_UninitPtr;
typedef int WINAPI...
January 18, 2007
Learn »
...could* go and change all instances of 'typedef' to 'alias'... might actually do that and...
January 17, 2007
Learn »
...thoughts:

pfSDL_SetVideoMode is declared as a typedef. Maybe try it as an alias? ReturnType...
January 17, 2007
Learn »
...declared like so (yes, it's DerelictSDL):

typedef SDL_Surface* function(int,int,int,Uint32...
January 16, 2007
c++.windows »
...TYPE_MATRIX		2
#define TYPE_LIST		3


typedef void (*CASIOIO_EVENT)();

int WINAPI CasioIO_Uninit...
January 15, 2007
Issues »
...use |refer to property if we use
                   |typedef                     |typedef




------- Comment #1 from smjg@iname.com...
January 15, 2007
Issues »
...to refer to property if we use
                    typedef
           Product: D
           Version: 1.00
          Platform: PC...
247 248 249 250 251 252 253 254 255 256 257
Next ›   Last »