13#ifndef ROOT7_RBrowserReply
14#define ROOT7_RBrowserReply
21namespace Experimental {
30 std::vector<std::string>
path;
33 std::vector<const Browsable::RItem *>
nodes;
Reply on browser request.
std::vector< const Browsable::RItem * > nodes
list of pointers, no ownership!
std::vector< std::string > path
reply path
int nchilds
total number of childs in the node
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...