9#ifndef ROOT7_Browsable_TKeyItem
10#define ROOT7_Browsable_TKeyItem
31 TKeyItem(
const std::string &_name,
int _nchilds) :
RItem(_name, _nchilds) {}
Representation of single item in the browser.
Representation of single item in the file browser for object from TKey.
void SetClassName(const std::string &_className)
virtual ~TKeyItem()=default
TKeyItem(const std::string &_name, int _nchilds)
std::string className
class name
Describe directory structure in memory.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...