Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TString::Rep_t Struct Reference

Definition at line 202 of file TString.h.

Public Attributes

union { 
 
   LongStr_t   fLong 
 
   RawStr_t   fRaw 
 
   ShortStr_t   fShort 
 
};  
 

Member Data Documentation

◆ [union]

union { ... } TString::Rep_t

◆ fLong

LongStr_t TString::Rep_t::fLong

Definition at line 206 of file TString.h.

◆ fRaw

RawStr_t TString::Rep_t::fRaw

Definition at line 208 of file TString.h.

◆ fShort

ShortStr_t TString::Rep_t::fShort

Definition at line 207 of file TString.h.

Collaboration diagram for TString::Rep_t:
[legend]

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