TianoCore EDK2 master
Loading...
Searching...
No Matches
CmObjectNode Struct Reference

#include <DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepoInternal.h>

Data Fields

LIST_ENTRY Link
 This must be the first field in this structure.
 
CM_OBJECT_TOKEN Token
 Token associated with the CmObjDesc.
 
CM_OBJ_DESCRIPTOR CmObjDesc
 

Detailed Description

CmObj node.

This is a node wrapper around the CM_OBJ_DESCRIPTOR structure. It also allows to bind a token to the CM_OBJ_DESCRIPTOR.

Definition at line 25 of file DynamicPlatRepoInternal.h.

Field Documentation

◆ CmObjDesc

CM_OBJ_DESCRIPTOR CmObjectNode::CmObjDesc

CmObjDesc wrapped. Note: the CM_OBJ_DESCRIPTOR.Data field is allocated and copied.

Definition at line 34 of file DynamicPlatRepoInternal.h.

◆ Link

LIST_ENTRY CmObjectNode::Link

This must be the first field in this structure.

Definition at line 27 of file DynamicPlatRepoInternal.h.

◆ Token

CM_OBJECT_TOKEN CmObjectNode::Token

Token associated with the CmObjDesc.

Definition at line 30 of file DynamicPlatRepoInternal.h.


The documentation for this struct was generated from the following file: