Logo ROOT  
Reference Guide
ROOT::Internal::TStringView Class Reference

Definition at line 77 of file RStringView.hxx.

Public Member Functions

 TStringView (const char *cstr, size_t len)
 

Private Attributes

const char * fData {nullptr}
 
size_t fLength {0}
 

#include <ROOT/RStringView.hxx>

Constructor & Destructor Documentation

◆ TStringView()

ROOT::Internal::TStringView::TStringView ( const char *  cstr,
size_t  len 
)
inlineexplicit

Definition at line 82 of file RStringView.hxx.

Member Data Documentation

◆ fData

const char* ROOT::Internal::TStringView::fData {nullptr}
private

Definition at line 78 of file RStringView.hxx.

◆ fLength

size_t ROOT::Internal::TStringView::fLength {0}
private

Definition at line 79 of file RStringView.hxx.


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