Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RTreeMapBase::Node Struct Reference

Definition at line 44 of file RTreeMapBase.hxx.

Public Member Functions

 Node ()=default
 
 Node (const std::string &name, const std::string &type, uint64_t size, uint64_t childrenIdx, uint64_t nChildren)
 

Public Attributes

uint64_t fChildrenIdx
 
std::string fName
 
uint64_t fNChildren
 
uint64_t fSize
 
std::string fType
 

#include <ROOT/RTreeMapBase.hxx>

Inheritance diagram for ROOT::Experimental::RTreeMapBase::Node:
[legend]

Constructor & Destructor Documentation

◆ Node() [1/2]

ROOT::Experimental::RTreeMapBase::Node::Node ( )
default

◆ Node() [2/2]

ROOT::Experimental::RTreeMapBase::Node::Node ( const std::string & name,
const std::string & type,
uint64_t size,
uint64_t childrenIdx,
uint64_t nChildren )
inline

Definition at line 50 of file RTreeMapBase.hxx.

Member Data Documentation

◆ fChildrenIdx

uint64_t ROOT::Experimental::RTreeMapBase::Node::fChildrenIdx

Definition at line 47 of file RTreeMapBase.hxx.

◆ fName

std::string ROOT::Experimental::RTreeMapBase::Node::fName

Definition at line 45 of file RTreeMapBase.hxx.

◆ fNChildren

uint64_t ROOT::Experimental::RTreeMapBase::Node::fNChildren

Definition at line 48 of file RTreeMapBase.hxx.

◆ fSize

uint64_t ROOT::Experimental::RTreeMapBase::Node::fSize

Definition at line 46 of file RTreeMapBase.hxx.

◆ fType

std::string ROOT::Experimental::RTreeMapBase::Node::fType

Definition at line 45 of file RTreeMapBase.hxx.

Collaboration diagram for ROOT::Experimental::RTreeMapBase::Node:
[legend]

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