CMS 3D CMS Logo

Classes | Namespaces | Macros | Functions
Ref.h File Reference
#include "DataFormats/Common/interface/CMS_CLASS_VERSION.h"
#include "DataFormats/Common/interface/EDProductfwd.h"
#include "DataFormats/Common/interface/EDProductGetter.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/OrphanHandle.h"
#include "DataFormats/Common/interface/RefCore.h"
#include "DataFormats/Common/interface/RefCoreWithIndex.h"
#include "DataFormats/Common/interface/TestHandle.h"
#include "DataFormats/Common/interface/traits.h"
#include "DataFormats/Provenance/interface/ProductID.h"
#include "boost/functional.hpp"
#include <vector>
#include <type_traits>
#include "DataFormats/Common/interface/RefTraits.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefCoreGet.h"
#include "DataFormats/Common/interface/RefItemGet.h"
#include "DataFormats/Common/interface/HolderToVectorTrait_Ref_specialization.h"

Go to the source code of this file.

Classes

struct  edm::has_key_compare< typename, typename >
 
struct  edm::has_key_compare< T, std::void_t< typename T::key_compare > >
 
class  edm::Ref< C, T, F >
 
class  edm::Ref< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value, typename refhelper::FindTrait< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value >::value >
 
class  edm::RefToBaseVector< T >
 
class  edm::RefVector< C, T, F >
 

Namespaces

 edm
 HLT enums.
 

Macros

#define REF_FOR_VECTOR_ARGS
 

Functions

template<typename C , typename K >
bool edm::compare_key (K const &lhs, K const &rhs)
 
template<typename C , typename T , typename F >
bool edm::operator!= (Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs)
 
template<typename C , typename T , typename F >
bool edm::operator< (Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs)
 
template<typename C , typename T , typename F >
bool edm::operator== (Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs)
 

Macro Definition Documentation

◆ REF_FOR_VECTOR_ARGS

#define REF_FOR_VECTOR_ARGS
Value:
std::vector<E>, typename refhelper::ValueTrait<std::vector<E>>::value, \
typename refhelper::FindTrait<std::vector<E>, typename refhelper::ValueTrait<std::vector<E>>::value>::value

Definition at line 287 of file Ref.h.