#include <Transient.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
T const & | get () const |
T & | get () |
operator T () const | |
Transient & | operator= (T const &rh) |
Transient () | |
Transient (T const &value) | |
Private Attributes | |
T | value_ |
Definition at line 30 of file Transient.h.
typedef T edm::Transient< T >::value_type |
Definition at line 32 of file Transient.h.
|
inline |
Definition at line 33 of file Transient.h.
|
inlineexplicit |
Definition at line 34 of file Transient.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 36 of file Transient.h.
|
private |
Definition at line 40 of file Transient.h.
Referenced by edm::Transient< edm::ProductRegistry::Transients >::get(), edm::Transient< T >::operator T(), and edm::Transient< edm::ProductRegistry::Transients >::operator=().