LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Transient.h"
Public Types | |
typedef T | value_type |
Public Member Functions | |
Transient (T value=T()) | |
operator T () const | |
Transient & | operator= (T rh) |
T const & | get () const |
T & | get () |
Private Attributes | |
T | value_ |
Definition at line 17 of file Transient.h.
typedef T art::Transient< T >::value_type |
Definition at line 19 of file Transient.h.
|
inline |
Definition at line 20 of file Transient.h.
|
inline |
Definition at line 29 of file Transient.h.
|
inline |
Definition at line 34 of file Transient.h.
|
inline |
|
inline |
Definition at line 23 of file Transient.h.
|
private |
Definition at line 40 of file Transient.h.
Referenced by art::Transient< art::ProductProvenance::Transients >::get(), art::Transient< T >::operator T(), and art::Transient< art::ProductProvenance::Transients >::operator=().