Home
last modified time | relevance | path

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

/openbmc/pldm/common/
H A Dtypes.hpp211 struct EntityKey struct
213 EntityType type; //!< Entity type
214 EntityInstance instanceIdx; //!< Entity instance number
215 ContainerID containerId; //!< Entity container ID
217 bool operator==(const EntityKey& e) const in operator ==()
224 using EntityKey = struct EntityKey; typedef