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

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

Data Fields

UINTN MaxTokenDescCount
 Maximum number of TOKEN_MAP_DESCRIPTOR entries in TokenDescArray.
 
UINTN ItemCount
 Next TOKEN_MAP_DESCRIPTOR entry to use in TokenDescArray.
 
TOKEN_MAP_DESCRIPTORTokenDescArray
 Array of TOKEN_MAP_DESCRIPTOR.
 

Detailed Description

Token mapper.

Contain all the Token/CmObj couple mapping.

Definition at line 36 of file TokenMapper.h.

Field Documentation

◆ ItemCount

UINTN TokenMapper::ItemCount

Next TOKEN_MAP_DESCRIPTOR entry to use in TokenDescArray.

Definition at line 41 of file TokenMapper.h.

◆ MaxTokenDescCount

UINTN TokenMapper::MaxTokenDescCount

Maximum number of TOKEN_MAP_DESCRIPTOR entries in TokenDescArray.

Definition at line 38 of file TokenMapper.h.

◆ TokenDescArray

TOKEN_MAP_DESCRIPTOR* TokenMapper::TokenDescArray

Array of TOKEN_MAP_DESCRIPTOR.

Definition at line 44 of file TokenMapper.h.


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