ATLAS Offline Software
Loading...
Searching...
No Matches
RootUtils::ArgGen< T_MethodArgs > Struct Template Reference

helper template to turn an argument list into a prototype string. More...

#include <ClingCallWrapper.h>

Collaboration diagram for RootUtils::ArgGen< T_MethodArgs >:

Static Public Member Functions

static std::string addArgumentPrototype (std::string &arg_proto_type)

Detailed Description

template<typename ... T_MethodArgs>
struct RootUtils::ArgGen< T_MethodArgs >

helper template to turn an argument list into a prototype string.

Creates a prototype string which can be used to query a method of a TClass using GetMethodWithPrototype.

Definition at line 134 of file ClingCallWrapper.h.

Member Function Documentation

◆ addArgumentPrototype()

template<typename ... T_MethodArgs>
std::string RootUtils::ArgGen< T_MethodArgs >::addArgumentPrototype ( std::string & arg_proto_type)
static

The documentation for this struct was generated from the following file: