ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
 
   ShortStr_t   fShort
 
   RawStr_t   fRaw
 
}; 
 

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
Collaboration diagram for TString::Rep_t:
[legend]

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