ROOT  6.06/09
Reference Guide
Public Attributes | List of all members
TString::Rep_t Struct Reference

Definition at line 191 of file TString.h.

Public Attributes

union {
   LongStr_t   fLong
 
   ShortStr_t   fShort
 
   RawStr_t   fRaw
 
}; 
 
+ Collaboration diagram for TString::Rep_t:

Member Data Documentation

union { ... }
LongStr_t TString::Rep_t::fLong
RawStr_t TString::Rep_t::fRaw

Definition at line 197 of file TString.h.

Referenced by TString::operator=(), TString::TString(), and TString::Zero().

ShortStr_t TString::Rep_t::fShort

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