ReactOS 0.4.16-dev-336-gb667d82
|
#include <fxcollection.hpp>
Public Member Functions | |
FxCollectionEntry * | Next (VOID) |
Public Member Functions inherited from FxStump | |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType) |
VOID | operator delete (__in PVOID pointer) |
PVOID | operator new[] (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals) |
VOID | operator delete[] (__in PVOID pointer) |
Public Attributes | |
FxObject * | m_Object |
LIST_ENTRY | m_ListEntry |
Protected Member Functions | |
FxCollectionEntry (VOID) | |
Protected Member Functions inherited from FxStump | |
FxStump (VOID) | |
Private Attributes | |
friend | FxCollection |
friend | FxCollectionInternal |
Definition at line 29 of file fxcollection.hpp.
|
inlineprotected |
Definition at line 35 of file fxcollection.hpp.
|
inline |
Definition at line 48 of file fxcollection.hpp.
Referenced by FxResourceCollection::AddAt(), FxCmResList::CreateWdmList(), FxIoResReqList::CreateWdmList(), FxCalculateTotalStringSize(), FxCopyMultiSz(), FxPkgPnp::PnpMatchResources(), FxPkgPnp::ValidateCmResource(), and while().
|
private |
Definition at line 31 of file fxcollection.hpp.
|
private |
Definition at line 32 of file fxcollection.hpp.
LIST_ENTRY FxCollectionEntry::m_ListEntry |
Definition at line 44 of file fxcollection.hpp.
Referenced by FxCollectionInternal::Add(), FxResourceCollection::AddAt(), and Next().
FxObject* FxCollectionEntry::m_Object |
Definition at line 42 of file fxcollection.hpp.
Referenced by FxCmResList::CreateWdmList(), FxIoResReqList::CreateWdmList(), FxCollectionInternal::FindEntryByObject(), FxCalculateTotalStringSize(), FxCopyMultiSz(), FxCollectionInternal::GetItem(), if(), FxPkgPnp::PnpMatchResources(), FxPkgPnp::ValidateCmResource(), and while().