Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RBrowserReply.hxx
Go to the documentation of this file.
1// Authors: Bertrand Bellenot <bertrand.bellenot@cern.ch> Sergey Linev <S.Linev@gsi.de>
2// Date: 2019-02-28
3// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
4
5/*************************************************************************
6 * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
7 * All rights reserved. *
8 * *
9 * For the licensing terms see $ROOTSYS/LICENSE. *
10 * For the list of contributors see $ROOTSYS/README/CREDITS. *
11 *************************************************************************/
12
13#ifndef ROOT7_RBrowserReply
14#define ROOT7_RBrowserReply
15
16#include <string>
17#include <vector>
19
20namespace ROOT {
21namespace Experimental {
22
23/** \class ROOT::Experimental::RBrowserReply
24\ingroup rbrowser
25\brief Reply on browser request
26*/
27
29public:
30 std::vector<std::string> path; ///< reply path
31 int nchilds{0}; ///< total number of childs in the node
32 int first{0}; ///< first node in returned list
33 std::vector<const Browsable::RItem *> nodes; ///< list of pointers, no ownership!
34};
35
36} // namespace Experimental
37} // namespace ROOT
38
39#endif
40
41
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...
Definition first.py:1