|
|
template<typename T > |
void | ROOT::Internal::RDF::AssignResults (ROOT::RVec< T > &resStorage, ROOT::RVec< T > &&tmpResults) |
| Assign into fLastResults[slot] without changing the addresses of its elements (we gave those addresses away in GetValuePtr) The callee is responsible of making sure that resStorage has the correct size.
|
|
template<typename T > |
std::size_t | ROOT::Internal::RDF::GetNVariations (const RVec< T > &results) |
|
template<typename T > |
void * | ROOT::Internal::RDF::GetValuePtrHelper (ROOT::RVec< T > &v, std::size_t, std::size_t varIdx) |
|
template<typename T > |
void | ROOT::Internal::RDF::ResizeResults (ROOT::RVec< T > &results, std::size_t, std::size_t nVariations) |
|
template<typename T > |
bool | ROOT::Internal::RDF::ResultsSizeEq (const T &results, std::size_t expected, std::size_t nColumns, std::true_type) |
|
|
template<typename T > |
void | ROOT::Internal::RDF::AssignResults (std::vector< ROOT::RVec< T > > &resStorage, ROOT::RVec< ROOT::RVec< T > > &&tmpResults) |
|
template<typename T > |
std::size_t | ROOT::Internal::RDF::GetNVariations (const std::vector< RVec< T > > &results) |
|
template<typename T > |
void * | ROOT::Internal::RDF::GetValuePtrHelper (std::vector< ROOT::RVec< T > > &v, std::size_t colIdx, std::size_t varIdx) |
|
template<typename T > |
void | ROOT::Internal::RDF::ResizeResults (std::vector< ROOT::RVec< T > > &results, std::size_t nCols, std::size_t nVariations) |
|
template<typename T > |
bool | ROOT::Internal::RDF::ResultsSizeEq (const T &results, std::size_t expected, std::size_t, std::false_type) |
|