D:/opendownloadmanager/ODM-1.x/Include.Add/DShow/wxlist.h File Reference

Go to the source code of this file.

Classes

struct  __POSITION
class  CBaseList
class  CBaseList::CNode
class  CBaseList::CNodeCache
class  CGenericList< OBJECT >

Defines

#define TRAVERSELIST(list, cursor)
#define REVERSETRAVERSELIST(list, cursor)

Typedefs

typedef __POSITIONPOSITION
typedef CGenericList< CBaseObjectCBaseObjectList
typedef CGenericList< IUnknownCBaseInterfaceList

Variables

const int DEFAULTCACHE = 10


Define Documentation

#define REVERSETRAVERSELIST ( list,
cursor   ) 

Value:

for ( cursor = (list).GetTailPosition()           \
        ; cursor!=NULL                               \
        ; cursor = (list).Prev(cursor)                \
        )

Definition at line 250 of file wxlist.h.

#define TRAVERSELIST ( list,
cursor   ) 

Value:

for ( cursor = (list).GetHeadPosition()           \
        ; cursor!=NULL                               \
        ; cursor = (list).Next(cursor)                \
        )

Definition at line 243 of file wxlist.h.


Typedef Documentation

Definition at line 303 of file wxlist.h.

Definition at line 302 of file wxlist.h.

typedef __POSITION* POSITION

Definition at line 12 of file wxlist.h.


Variable Documentation

const int DEFAULTCACHE = 10

Definition at line 15 of file wxlist.h.


Generated on Sun May 25 00:19:58 2008 by  doxygen 1.5.6