Definition at line 206 of file RLoopManager.hxx.
Public Member Functions | |
| DeferredJitCall (const DeferredJitCall &)=delete | |
| DeferredJitCall (DeferredJitCall &&) noexcept | |
| DeferredJitCall (std::size_t id, std::unique_ptr< ROOT::Internal::RDF::RColumnRegister > cols, const std::vector< std::string > &colNamesArg, std::shared_ptr< void > jittedNode, std::shared_ptr< void > arg) | |
| ~DeferredJitCall () | |
| DeferredJitCall & | operator= (const DeferredJitCall &)=delete |
| DeferredJitCall & | operator= (DeferredJitCall &&) noexcept |
Public Attributes | |
| std::vector< std::string > | fColNames |
| std::unique_ptr< ROOT::Internal::RDF::RColumnRegister > | fColRegister |
| std::shared_ptr< void > | fExtraArgs |
| std::size_t | fFunctionId {} |
| std::shared_ptr< void > | fJittedNode |
| ROOT::Detail::RDF::RLoopManager::DeferredJitCall::DeferredJitCall | ( | std::size_t | id, |
| std::unique_ptr< ROOT::Internal::RDF::RColumnRegister > | cols, | ||
| const std::vector< std::string > & | colNamesArg, | ||
| std::shared_ptr< void > | jittedNode, | ||
| std::shared_ptr< void > | arg ) |
Definition at line 1428 of file RLoopManager.cxx.
|
delete |
|
defaultnoexcept |
|
delete |
|
defaultnoexcept |
| std::vector<std::string> ROOT::Detail::RDF::RLoopManager::DeferredJitCall::fColNames |
Definition at line 209 of file RLoopManager.hxx.
| std::unique_ptr<ROOT::Internal::RDF::RColumnRegister> ROOT::Detail::RDF::RLoopManager::DeferredJitCall::fColRegister |
Definition at line 208 of file RLoopManager.hxx.
| std::shared_ptr<void> ROOT::Detail::RDF::RLoopManager::DeferredJitCall::fExtraArgs |
Definition at line 213 of file RLoopManager.hxx.
Definition at line 207 of file RLoopManager.hxx.
| std::shared_ptr<void> ROOT::Detail::RDF::RLoopManager::DeferredJitCall::fJittedNode |
Definition at line 210 of file RLoopManager.hxx.