TianoCore EDK2 master
|
#include <DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.h>
Data Fields | |
CONST UINTN | ObjectId |
Object ID. | |
CONST CHAR8 * | ObjectName |
Object name. | |
CONST CM_OBJ_PARSER * | Parser |
Function pointer to the parser. | |
UINTN | ItemCount |
Count of items. | |
A structure mapping an array of Configuration Manager Object parsers with their object names.
Definition at line 74 of file ConfigurationManagerObjectParser.h.
UINTN CmObjParserArray::ItemCount |
Count of items.
Definition at line 85 of file ConfigurationManagerObjectParser.h.
Object ID.
Definition at line 76 of file ConfigurationManagerObjectParser.h.
CONST CHAR8* CmObjParserArray::ObjectName |
Object name.
Definition at line 79 of file ConfigurationManagerObjectParser.h.
CONST CM_OBJ_PARSER* CmObjParserArray::Parser |
Function pointer to the parser.
Definition at line 82 of file ConfigurationManagerObjectParser.h.