CMS 3D CMS Logo

Classes | Namespaces | Functions

/data/refman/pasoursint/CMSSW_5_3_3/src/FWCore/Utilities/interface/value_ptr.h File Reference

#include <algorithm>
#include <memory>

Go to the source code of this file.

Classes

class  edm::value_ptr< T >
struct  edm::value_ptr_traits< T >

Namespaces

namespace  edm
 

A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.


Functions

template<typename T , typename U >
bool edm::operator!= (value_ptr< T > const &lhs, U const &rhs)
template<typename T , typename U >
bool edm::operator!= (U const &lhs, value_ptr< T > const &rhs)
template<typename T , typename U >
bool edm::operator== (U const &lhs, value_ptr< T > const &rhs)
template<typename T , typename U >
bool edm::operator== (value_ptr< T > const &lhs, U const &rhs)
template<typename T >
void edm::swap (value_ptr< T > &vp1, value_ptr< T > &vp2)