42 StatusCode
sc = StatusCode::SUCCESS;
45 std::vector<Identifier>::const_iterator idfirst =
m_idHelperSvc->mdtIdHelper().module_begin();
46 std::vector<Identifier>::const_iterator idlast =
m_idHelperSvc->mdtIdHelper().module_end();
52 for (std::vector<Identifier>::const_iterator i = idfirst; i != idlast; ++i) {
54 int gethash_code =
m_idHelperSvc->mdtIdHelper().get_hash(Id, Idhash, &mdtModuleContext);
57 std::string extid =
m_idHelperSvc->mdtIdHelper().show_to_string(Id);
59 if (gethash_code == 0)
69 StatusCode
sc = StatusCode::SUCCESS;
72 std::vector<Identifier>::const_iterator idfirst =
m_idHelperSvc->rpcIdHelper().module_begin();
73 std::vector<Identifier>::const_iterator idlast =
m_idHelperSvc->rpcIdHelper().module_end();
80 for (std::vector<Identifier>::const_iterator i = idfirst; i != idlast; ++i) {
82 int gethash_code =
m_idHelperSvc->rpcIdHelper().get_hash(Id, Idhash, &rpcModuleContext);
84 std::string extid =
m_idHelperSvc->rpcIdHelper().show_to_string(Id);
86 if (gethash_code == 0)
This class saves the "context" of an expanded identifier (ExpandedIdentifier) for compact or hash ver...