#include "/cvmfs/nova.opensciencegrid.org/externals/art/v2_13_00/source/art/Framework/Principal/Handle.h"
Classes | |
class | HandleTag |
Public Types | |
typedef T | element_type |
Public Member Functions | |
ValidHandle ()=delete | |
ValidHandle (T const *prod, Provenance prov) | |
ValidHandle (ValidHandle const &)=default | |
ValidHandle & | operator= (ValidHandle const &)&=default |
operator T const * () const | |
T const & | operator* () const |
T const * | operator-> () const |
T const * | product () const |
bool | isValid () const |
bool | failedToGet () const |
Provenance const * | provenance () const |
ProductID | id () const |
std::shared_ptr< art::Exception const > | whyFailed () const |
void | swap (ValidHandle< T > &other) |
Private Attributes | |
T const * | prod_ |
Provenance | prov_ |
typedef T art::ValidHandle< T >::element_type |
|
delete |
|
explicit |
Definition at line 291 of file Handle.h.
References art::errors::NullPointerError, stan::math::prod(), and art::ValidHandle< T >::prov_.
|
default |
|
inline |
|
inline |
Definition at line 347 of file Handle.h.
References art::Provenance::productID(), and art::ValidHandle< T >::prov_.
|
inline |
|
inline |
Definition at line 300 of file Handle.h.
References art::ValidHandle< T >::prod_.
|
inline |
Definition at line 306 of file Handle.h.
References art::ValidHandle< T >::prod_.
|
inline |
Definition at line 312 of file Handle.h.
References art::ValidHandle< T >::prod_, and T.
|
default |
|
inline |
Definition at line 319 of file Handle.h.
References art::ValidHandle< T >::prod_.
|
inline |
Definition at line 340 of file Handle.h.
References art::ValidHandle< T >::prov_.
Referenced by art::DataViewImpl::getValidHandle().
|
inline |
Definition at line 361 of file Handle.h.
References a, b, art::disjoint_ranges(), novadaq::messages::error::rc::errMsg, make_syst_table_plots::h, art::overlapping_ranges(), art::range_of_validity(), art::same_ranges(), string, std::swap(), T, and art::detail::throw_if_invalid().
|
inline |
|
private |
Definition at line 286 of file Handle.h.
Referenced by art::ValidHandle< T >::operator T const *(), art::ValidHandle< T >::operator*(), art::ValidHandle< T >::operator->(), and art::ValidHandle< T >::product().
|
private |
Definition at line 287 of file Handle.h.
Referenced by art::ValidHandle< T >::id(), art::ValidHandle< T >::provenance(), and art::ValidHandle< T >::ValidHandle().