1 #ifndef CommonTools_Utils_MethodInvoker_h 2 #define CommonTools_Utils_MethodInvoker_h 14 #include "oneapi/tbb/concurrent_unordered_map.h" 29 std::vector<AnyMethodArgument>
ints_;
40 const std::vector<AnyMethodArgument>& ints = std::vector<AnyMethodArgument>());
87 std::vector<edm::ObjectWithDict>&
v)
const;
98 typedef tbb::concurrent_unordered_map<edm::TypeID, SingleInvokerPtr, edm::TypeIDHasher>
InvokerMap;
130 #endif // CommonTools_Utils_MethodInvoker_h
const SingleInvoker & invoker(const edm::TypeWithDict &) const
const char * name() const
SingleInvoker(const SingleInvoker &)=delete
method::TypeCode retType_
edm::ObjectWithDict invoke(const edm::ObjectWithDict &obj, edm::ObjectWithDict &retstore) const
bool isRefGet_
true if this invoker just pops out a ref and returns (ref.get(), false)
tbb::concurrent_unordered_map< edm::TypeID, SingleInvokerPtr, edm::TypeIDHasher > InvokerMap
bool storageNeedsDestructor_
double retToDouble(const edm::ObjectWithDict &) const
convert the output of invoke to a double, if possible
std::string methodName() const
MethodInvoker(const edm::FunctionWithDict &method, const std::vector< AnyMethodArgument > &ints=std::vector< AnyMethodArgument >())
edm::ObjectWithDict invoke(const edm::ObjectWithDict &o, std::vector< edm::ObjectWithDict > &v) const
edm::MemberWithDict member_
std::vector< AnyMethodArgument > ints_
Keeps different SingleInvokers for each dynamic type of the objects passed to invoke() ...
std::shared_ptr< SingleInvoker > SingleInvokerPtr
edm::FunctionWithDict const method() const
size_t operator()(TypeID const &tid) const
std::pair< edm::ObjectWithDict, bool > invoke(const edm::ObjectWithDict &o, std::vector< edm::ObjectWithDict > &v) const
edm::FunctionWithDict method_
edm::ObjectWithDict storage_
edm::TypeWithDict retTypeFinal_
MethodInvoker & operator=(const MethodInvoker &)
std::vector< void * > args_
double invokeLast(const edm::ObjectWithDict &o, std::vector< edm::ObjectWithDict > &v) const
invoke and coerce result to double
std::string returnTypeName() const
std::vector< AnyMethodArgument > argsBeforeFixups_
edm::MemberWithDict const member() const
std::vector< MethodInvoker > invokers_
void throwFailedConversion(const edm::ObjectWithDict &) const
LazyInvoker(const std::string &name, const std::vector< AnyMethodArgument > &args)
SingleInvoker & operator=(const SingleInvoker &)=delete