Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Internal::TStringView Class Reference

Definition at line 60 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 65 of file RStringView.hxx.

Member Data Documentation

◆ fData

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

Definition at line 61 of file RStringView.hxx.

◆ fLength

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

Definition at line 62 of file RStringView.hxx.


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