#include <OneToValue.h>
Public Types | |
typedef Val | data_type |
insert val type More... | |
typedef index | index_type |
index type More... | |
typedef Ref< CKey > | key_type |
insert key type More... | |
typedef std::map< index_type, map_assoc > | map_type |
map type More... | |
typedef helpers::Key< KeyRefProd > | ref_type |
reference set type More... | |
typedef std::vector< typename CKey::value_type const * > | transient_key_vector |
transient key vector More... | |
typedef std::map< typename CKey::value_type const *, Val > | transient_map_type |
transient map type More... | |
typedef std::vector< Val > | transient_val_vector |
transient val vector More... | |
typedef Val | val_type |
values reference collection type More... | |
Static Public Member Functions | |
static void | insert (ref_type &ref, map_type &m, key_type const &k, data_type const &v) |
insert in the map More... | |
static map_type::size_type | size (map_assoc const &) |
size of data_type More... | |
static void | sort (map_type &) |
sort More... | |
static transient_key_vector | transientKeyVector (ref_type const &ref, map_type const &map) |
fill transient key vector More... | |
static transient_map_type | transientMap (ref_type const &ref, map_type const &map) |
fill transient map More... | |
static transient_val_vector | transientValVector (ref_type const &ref, map_type const &map) |
fill transient val vector More... | |
static val_type | val (ref_type const &, map_assoc const &v) |
return values collection More... | |
Private Types | |
typedef RefProd< CKey > | KeyRefProd |
reference to "key" collection More... | |
typedef Val | map_assoc |
internal map associated data More... | |
Definition at line 12 of file OneToValue.h.
typedef Val edm::OneToValue< CKey, Val, index >::data_type |
insert val type
Definition at line 23 of file OneToValue.h.
typedef index edm::OneToValue< CKey, Val, index >::index_type |
index type
Definition at line 25 of file OneToValue.h.
typedef Ref<CKey> edm::OneToValue< CKey, Val, index >::key_type |
insert key type
Definition at line 21 of file OneToValue.h.
|
private |
reference to "key" collection
Definition at line 14 of file OneToValue.h.
|
private |
internal map associated data
Definition at line 16 of file OneToValue.h.
typedef std::map<index_type, map_assoc> edm::OneToValue< CKey, Val, index >::map_type |
map type
Definition at line 27 of file OneToValue.h.
typedef helpers::Key<KeyRefProd> edm::OneToValue< CKey, Val, index >::ref_type |
reference set type
Definition at line 29 of file OneToValue.h.
typedef std::vector<typename CKey::value_type const*> edm::OneToValue< CKey, Val, index >::transient_key_vector |
transient key vector
Definition at line 33 of file OneToValue.h.
typedef std::map<typename CKey::value_type const*, Val> edm::OneToValue< CKey, Val, index >::transient_map_type |
transient map type
Definition at line 31 of file OneToValue.h.
typedef std::vector<Val> edm::OneToValue< CKey, Val, index >::transient_val_vector |
transient val vector
Definition at line 35 of file OneToValue.h.
typedef Val edm::OneToValue< CKey, Val, index >::val_type |
values reference collection type
Definition at line 19 of file OneToValue.h.
|
inlinestatic |
insert in the map
Definition at line 37 of file OneToValue.h.
Referenced by BeautifulSoup.PageElement::append().
|
inlinestatic |
size of data_type
Definition at line 70 of file OneToValue.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inlinestatic |
|
inlinestatic |
fill transient key vector
Definition at line 86 of file OneToValue.h.
|
inlinestatic |
fill transient map
Definition at line 74 of file OneToValue.h.
|
inlinestatic |
fill transient val vector
Definition at line 97 of file OneToValue.h.
|
inlinestatic |
return values collection
Definition at line 66 of file OneToValue.h.