Definition at line 51 of file TDirectory.h.
 
#include <TDirectory.h>
◆ TContext() [1/4]
  
  
      
        
          | TDirectory::TContext::TContext  | 
          ( | 
          TContext &  | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Pointer to the next TContext in the implied list of context pointing to fPrevious. 
 
 
◆ TContext() [2/4]
◆ TContext() [3/4]
  
  
      
        
          | TDirectory::TContext::TContext  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ TContext() [4/4]
  
  
      
        
          | TDirectory::TContext::TContext  | 
          ( | 
          TDirectory *  | 
          newCurrent | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~TContext()
  
  
      
        
          | TDirectory::TContext::~TContext  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ CdNull()
  
  
      
        
          | void TDirectory::TContext::CdNull  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Set the current directory to null. 
This is called from the TContext destructor. Since the destructor is inline, we do not want to have it directly use a global variable. 
Definition at line 1250 of file TDirectory.cxx.
 
 
◆ operator=()
◆ TDirectory
◆ fDirectory
◆ fNext
Pointer to the next TContext in the implied list of context pointing to fPrevious. 
Definition at line 55 of file TDirectory.h.
 
 
◆ fPrevious
  
  
      
        
          | TContext* TDirectory::TContext::fPrevious | 
         
       
   | 
  
private   | 
  
 
Pointer to the previous current directory. 
Definition at line 54 of file TDirectory.h.
 
 
The documentation for this class was generated from the following files: