Home
last modified time | relevance | path

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

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