Home
last modified time | relevance | path

Searched defs:EntityKey (Results 1 – 1 of 1) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dterminus.hpp46 struct EntityKey struct
48 EntityType type; //!< Entity type
49 EntityInstanceNumber instanceIdx; //!< Entity instance number
50 ContainerID containerId; //!< Entity container ID
52 bool operator==(const EntityKey& e) const in operator ==()
60 using EntityKey = struct EntityKey; typedef