Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::RBrowserReply Class Reference

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>

Member Data Documentation

◆ first

int ROOT::RBrowserReply::first {0}

first node in returned list

Definition at line 31 of file RBrowserReply.hxx.

◆ nchilds

int ROOT::RBrowserReply::nchilds {0}

total number of childs in the node

Definition at line 30 of file RBrowserReply.hxx.

◆ nodes

std::vector<const Browsable::RItem *> ROOT::RBrowserReply::nodes

list of pointers, no ownership!

Definition at line 32 of file RBrowserReply.hxx.

◆ path

std::vector<std::string> ROOT::RBrowserReply::path

reply path

Definition at line 29 of file RBrowserReply.hxx.

Libraries for ROOT::RBrowserReply:

The documentation for this class was generated from the following file: