1 #ifndef DataFormats_Common_ValueMap_h 2 #define DataFormats_Common_ValueMap_h 21 template <
typename Map>
26 typedef std::map<ProductID, value_vector>
value_map;
35 typename id_offset_vector::const_iterator
j =
map.ids_.begin();
36 const typename id_offset_vector::const_iterator end =
map.ids_.end();
38 const size_t size =
map.values_.size();
43 size_t max = (
j == end ? size :
j->second);
44 typename value_map::iterator
f =
values_.find(
id);
52 template <
typename H,
typename I>
55 size_t size =
h->size(), sizeIt = end - begin;
58 typename value_map::const_iterator
f =
values_.find(
id);
70 for (
typename value_map::const_iterator
i =
values_.begin();
i !=
values_.end(); ++
i) {
72 map_.ids_.push_back(std::make_pair(
id, off));
74 for (
typename value_vector::const_iterator
j =
values.begin();
j !=
values.end(); ++
j) {
75 map_.values_.push_back(*
j);
91 "ValueMap::Filler: handle and reference " 92 "collections should the same size\n");
96 e <<
"index map has already been filled for id: " <<
id <<
"\n";
101 "ValueMap: trying to add entries for an already existing product\n");
106 template <
typename T>
123 template <
typename RefKey>
125 return get(r.id(), r.key());
129 typename id_offset_vector::const_iterator
f =
getIdOffset(
id);
133 size_t j = off +
idx;
139 template <
typename RefKey>
141 return get(r.id(), r.key());
158 ids_.shrink_to_fit();
168 typename container::const_iterator
begin()
const {
return values_->begin() +
i_->second; }
169 typename container::const_iterator
end()
const {
172 id_offset_vector::const_iterator
end =
i_;
215 const id_offset_vector::const_iterator&
end,
219 id_offset_vector::const_iterator
i_,
end_;
242 return i->first ==
id ?
i :
ids_.end();
266 template <
typename T>
274 template <
typename T>
bool operator!=(const const_iterator &ci) const
id_offset_vector::const_iterator i_
id_offset_vector::const_iterator getIdOffset(ProductID id) const
const_iterator(const id_offset_vector::const_iterator &i_, const id_offset_vector::const_iterator &end, const container *values)
Association< C > operator+(const Association< C > &a1, const Association< C > &a2)
const_iterator & operator-=(difference_type d)
ValueMap< T > & operator+=(const ValueMap< T > &o)
void swap(ValueMap &other)
void insert(const H &h, I begin, I end)
difference_type operator-(const const_iterator &o) const
#define CMS_CLASS_VERSION(_version_)
void throwFillID(ProductID id) const
const id_offset_vector & ids() const
meant to be used in AssociativeIterator, not by the ordinary user
size_t rawIndexOf(ProductID id, size_t idx) const
const_iterator & operator+=(difference_type d)
bool operator==(const const_iterator &ci) const
bool operator()(const std::pair< ProductID, offset > &p, const ProductID &id)
void swap(Association< C > &lhs, Association< C > &rhs)
const_iterator & operator++()
const_iterator end() const
ptrdiff_t difference_type
static void throwThis(Code category, char const *message0="", char const *message1="", char const *message2="", char const *message3="", char const *message4="")
container::reference reference_type
const_reference_type operator[](const RefKey &r) const
const_iterator operator--(int)
container::const_reference const_reference_type
std::vector< std::pair< ProductID, offset > > id_offset_vector
const_iterator & operator--()
void add(const ValueMap< T > &o)
const std::complex< double > I
container::const_iterator end() const
const_iterator begin() const
container::const_iterator begin() const
helper::Filler< ValueMap< T > > Filler
const_iterator operator++(int)
void throwIndexBound() const
void throwFillSize() const
std::map< ProductID, value_vector > value_map
std::vector< typename Map::value_type > value_vector
id_offset_vector::const_iterator end_
reference_type operator[](const RefKey &r)
std::vector< size_t > index_vector
const_iterator operator+(difference_type n) const
std::vector< value_type > container
const_iterator operator-(difference_type n) const
void throwNotExisting() const
Map::id_offset_vector id_offset_vector
const container * values_
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
const T & operator[](size_t i)
bool contains(ProductID id) const
EventID const & max(EventID const &lh, EventID const &rh)
bool operator<(const const_iterator &o) const