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

#include <DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.h>

Data Fields

CONST UINTN ObjectId
 Object ID.
 
CONST CHAR8 * ObjectName
 Object name.
 
CONST CM_OBJ_PARSERParser
 Function pointer to the parser.
 
UINTN ItemCount
 Count of items.
 

Detailed Description

A structure mapping an array of Configuration Manager Object parsers with their object names.

Definition at line 74 of file ConfigurationManagerObjectParser.h.

Field Documentation

◆ ItemCount

UINTN CmObjParserArray::ItemCount

Count of items.

Definition at line 85 of file ConfigurationManagerObjectParser.h.

◆ ObjectId

CONST UINTN CmObjParserArray::ObjectId

Object ID.

Definition at line 76 of file ConfigurationManagerObjectParser.h.

◆ ObjectName

CONST CHAR8* CmObjParserArray::ObjectName

Object name.

Definition at line 79 of file ConfigurationManagerObjectParser.h.

◆ Parser

CONST CM_OBJ_PARSER* CmObjParserArray::Parser

Function pointer to the parser.

Definition at line 82 of file ConfigurationManagerObjectParser.h.


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