#include <DetSetVectorNew.h>
Classes | |
struct | Item |
Public Types | |
typedef unsigned int | id_type |
typedef unsigned int | size_type |
Public Member Functions | |
DetSetVectorTrans () | |
DetSetVectorTrans (const DetSetVectorTrans &rh) | |
DetSetVectorTrans (DetSetVectorTrans &&rh) | |
DetSetVectorTrans & | operator= (const DetSetVectorTrans &)=delete |
DetSetVectorTrans & | operator= (DetSetVectorTrans &&rh) |
bool | ready () const |
void | swap (DetSetVectorTrans &rh) |
Public Attributes | |
std::atomic< size_type > | m_dataSize |
std::atomic< bool > | m_filling |
boost::any | m_getter |
Definition at line 54 of file DetSetVectorNew.h.
typedef unsigned int edmNew::dstvdetails::DetSetVectorTrans::id_type |
Definition at line 56 of file DetSetVectorNew.h.
typedef unsigned int edmNew::dstvdetails::DetSetVectorTrans::size_type |
Definition at line 55 of file DetSetVectorNew.h.
|
inline |
Definition at line 58 of file DetSetVectorNew.h.
|
inline |
Definition at line 61 of file DetSetVectorNew.h.
References m_dataSize, m_filling, and m_getter.
|
inline |
Definition at line 73 of file DetSetVectorNew.h.
References eostools::move().
|
delete |
|
inline |
Definition at line 84 of file DetSetVectorNew.h.
References eostools::move().
|
inline |
Definition at line 153 of file DetSetVectorNew.h.
References edmNew::dstvdetails::errorFilling().
|
inline |
Definition at line 103 of file DetSetVectorNew.h.
References m_dataSize, m_filling, m_getter, and std::swap().
|
mutable |
Definition at line 98 of file DetSetVectorNew.h.
Referenced by DetSetVectorTrans(), and swap().
|
mutable |
Definition at line 95 of file DetSetVectorNew.h.
Referenced by DetSetVectorTrans(), edmNew::DetSetVector< T >::FindForDetSetVector::operator()(), and swap().
boost::any edmNew::dstvdetails::DetSetVectorTrans::m_getter |
Definition at line 96 of file DetSetVectorNew.h.
Referenced by DetSetVectorTrans(), and swap().