Go to the documentation of this file. 1 #ifndef CommonTools_Utils_MethodInvoker_h
2 #define CommonTools_Utils_MethodInvoker_h
14 #include "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
std::pair< edm::ObjectWithDict, bool > invoke(const edm::ObjectWithDict &o, std::vector< edm::ObjectWithDict > &v) const
edm::TypeWithDict retTypeFinal_
std::string methodName() const
LazyInvoker(const std::string &name, const std::vector< AnyMethodArgument > &args)
const edm::MemberWithDict member() const
edm::FunctionWithDict method_
edm::ObjectWithDict storage_
bool storageNeedsDestructor_
MethodInvoker & operator=(const MethodInvoker &)
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_
const edm::FunctionWithDict method() const
size_t operator()(TypeID const &tid) const
tbb::concurrent_unordered_map< edm::TypeID, SingleInvokerPtr, edm::TypeIDHasher > InvokerMap
std::vector< MethodInvoker > invokers_
bool isRefGet_
true if this invoker just pops out a ref and returns (ref.get(), false)
std::vector< void * > args_
const SingleInvoker & invoker(const edm::TypeWithDict &) const
double retToDouble(const edm::ObjectWithDict &) const
convert the output of invoke to a double, if possible
void throwFailedConversion(const edm::ObjectWithDict &) const
edm::ObjectWithDict invoke(const edm::ObjectWithDict &obj, edm::ObjectWithDict &retstore) const
const char * name() const
Keeps different SingleInvokers for each dynamic type of the objects passed to invoke()
std::shared_ptr< SingleInvoker > SingleInvokerPtr
SingleInvoker(const SingleInvoker &)=delete
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
std::vector< AnyMethodArgument > ints_
method::TypeCode retType_
edm::MemberWithDict member_
SingleInvoker & operator=(const SingleInvoker &)=delete