ReactOS 0.4.16-dev-340-g0540c21
|
#include <fxioqueue.hpp>
Public Member Functions | |
FxIoQueueNode (FxIoQueueNodeType NodeType) | |
~FxIoQueueNode () | |
__inline BOOLEAN | IsNodeType (__in FxIoQueueNodeType NodeType) |
Static Public Member Functions | |
static FxIoQueueNode * | _FromListEntry (__in PLIST_ENTRY Entry) |
static BOOLEAN | _IsValidNodeType (__in FxIoQueueNodeType NodeType) |
Public Attributes | |
LIST_ENTRY | m_ListEntry |
FxIoQueueNodeType | m_Type |
Private Member Functions | |
FxIoQueueNode () | |
FxIoQueueNode (const FxIoQueueNode &) | |
FxIoQueueNode & | operator= (const FxIoQueueNode &) |
Definition at line 51 of file fxioqueue.hpp.
|
inline |
Definition at line 63 of file fxioqueue.hpp.
|
inline |
Definition at line 72 of file fxioqueue.hpp.
|
private |
|
private |
|
inlinestatic |
Definition at line 98 of file fxioqueue.hpp.
Referenced by FxPkgIo::AddIoQueue(), GetIoQueueList_ProcessQueueListEntry(), and FxPkgIo::GetNextIoQueueLocked().
|
inlinestatic |
|
inline |
Definition at line 117 of file fxioqueue.hpp.
Referenced by FxPkgIo::AddIoQueue(), GetIoQueueList_ProcessQueueListEntry(), and FxPkgIo::GetNextIoQueueLocked().
|
private |
LIST_ENTRY FxIoQueueNode::m_ListEntry |
Definition at line 56 of file fxioqueue.hpp.
Referenced by FxIoQueue::_FromIoPkgListEntry(), _FromListEntry(), FxIoQueueNode(), and ~FxIoQueueNode().
FxIoQueueNodeType FxIoQueueNode::m_Type |
Definition at line 57 of file fxioqueue.hpp.
Referenced by FxIoQueueNode(), and IsNodeType().