39 while (!
buf.empty()) {
40 std::string sub =
buf;
41 auto pos =
buf.find(
";;");
42 if (pos == std::string::npos) {
46 sub =
buf.substr(0,pos);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
std::unique_ptr< RDrawableReply > Process() override
Execute method of the drawable.
std::string exec
that to execute
virtual ~RDrawableReply()
destructor, pin vtable
const RDrawable::RDisplayContext & GetContext() const
virtual ~RDrawableRequest()
destructor, pin vtable
Namespace for ROOT features in testing.
auto GetDrawable(const std::shared_ptr< DRAWABLE > &drawable)
Central method to insert drawable in list of pad primitives By default drawable placed as is.