Logo ROOT   6.07/09
Reference Guide
List of all members | 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
 
   RawStr_t   fRaw
 
   ShortStr_t   fShort
 
}; 
 

Member Data Documentation

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

Definition at line 195 of file TString.h.

RawStr_t TString::Rep_t::fRaw

Definition at line 197 of file TString.h.

ShortStr_t TString::Rep_t::fShort

Definition at line 196 of file TString.h.


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