|
ATLAS Offline Software
|
Go to the documentation of this file.
19 for (;
it!=itEnd;++
it) {
20 transObj->
addError ((*it)->first, (*it)->second);
31 for (
const std::pair<IdentifierHash, int>*
p : errs) {
void reserve(size_type n)
Attempt to preallocate enough memory for a specified number of elements.
const DataVector< std::pair< IdentifierHash, int > > & getAllErrors() const
virtual void persToTrans(const Muon::RpcByteStreamErrorContainer_p1 *persObj, Muon::RpcByteStreamErrorContainer *transObj, MsgStream &log) const override
virtual void transToPers(const Muon::RpcByteStreamErrorContainer *transObj, Muon::RpcByteStreamErrorContainer_p1 *persObj, MsgStream &log) const override
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
void addError(IdentifierHash, int)
DataVector< std::pair< IdentifierHash, int > > m_errorVector