CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OneToOne.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_OneToOne_h
2 #define DataFormats_Common_OneToOne_h
4 
5 namespace edm {
6  template<typename CKey, typename CVal, typename index = unsigned int>
7  class OneToOne : public OneToOneGeneric<CKey, CVal, index> {
8  private:
10 
11  public:
13  typedef typename base::val_type val_type;
15  typedef typename base::key_type key_type;
17  typedef typename base::data_type data_type;
19  typedef typename base::index_type index_type;
21  typedef typename base::map_type map_type;
23  typedef typename base::ref_type ref_type;
30  };
31 }
32 
33 #endif
typename helper::MapRefViewTrait< CKey >::ref_type key_type
insert key type
std::map< typename CKey::value_type const *, typename CVal::value_type const * > transient_map_type
transient map type
base::transient_map_type transient_map_type
transient map type
Definition: OneToOne.h:25
base::index_type index_type
index type
Definition: OneToOne.h:19
typename helper::MapRefViewTrait< CVal >::ref_type val_type
values reference collection type
std::vector< typename CVal::value_type const * > transient_val_vector
transient val vector
base::transient_key_vector transient_key_vector
transient key vector
Definition: OneToOne.h:27
std::vector< typename CKey::value_type const * > transient_key_vector
transient key vector
base::transient_val_vector transient_val_vector
transient val vector
Definition: OneToOne.h:29
typename helper::MapRefViewTrait< CVal >::ref_type data_type
insert val type
base::data_type data_type
insert val type
Definition: OneToOne.h:17
base::map_type map_type
map type
Definition: OneToOne.h:21
base::key_type key_type
insert key type
Definition: OneToOne.h:15
OneToOneGeneric< CKey, CVal, index > base
Definition: OneToOne.h:9
base::ref_type ref_type
reference set type
Definition: OneToOne.h:23
base::val_type val_type
values reference collection type
Definition: OneToOne.h:13
std::map< index_type, map_assoc > map_type
map type