Reply on browser request.
Definition at line 27 of file RBrowserReply.hxx.
Public Attributes | |
int | first {0} |
first node in returned list | |
int | nchilds {0} |
total number of childs in the node | |
std::vector< const Browsable::RItem * > | nodes |
list of pointers, no ownership! | |
std::vector< std::string > | path |
reply path | |
#include <ROOT/RBrowserReply.hxx>
int ROOT::RBrowserReply::first {0} |
first node in returned list
Definition at line 31 of file RBrowserReply.hxx.
int ROOT::RBrowserReply::nchilds {0} |
total number of childs in the node
Definition at line 30 of file RBrowserReply.hxx.
std::vector<const Browsable::RItem *> ROOT::RBrowserReply::nodes |
list of pointers, no ownership!
Definition at line 32 of file RBrowserReply.hxx.
std::vector<std::string> ROOT::RBrowserReply::path |
reply path
Definition at line 29 of file RBrowserReply.hxx.