ROOT
6.07/01
Reference Guide
|
Definition at line 51 of file TDirectory.h.
Public Member Functions | |
TContext (TDirectory *previous, TDirectory *newCurrent) | |
TContext () | |
TContext (TDirectory *newCurrent) | |
~TContext () | |
Private Member Functions | |
TContext (TContext &) | |
Pointer to the next TContext in the implied list of context pointing to fPrevious. More... | |
TContext & | operator= (TContext &) |
void | CdNull () |
Set the current directory to null. More... | |
Private Attributes | |
TDirectory * | fDirectory |
TContext * | fPrevious |
Pointer to the previous current directory. More... | |
TContext * | fNext |
Pointer to the next TContext in the implied list of context pointing to fPrevious. More... | |
Friends | |
class | TDirectory |
#include <TDirectory.h>
|
private |
Pointer to the next TContext in the implied list of context pointing to fPrevious.
|
inline |
Definition at line 61 of file TDirectory.h.
|
inline |
Definition at line 70 of file TDirectory.h.
|
inline |
Definition at line 76 of file TDirectory.h.
|
inline |
Definition at line 84 of file TDirectory.h.
|
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 1237 of file TDirectory.cxx.
Referenced by TContext(), and ~TContext().
|
friend |
Definition at line 59 of file TDirectory.h.
|
private |
Definition at line 53 of file TDirectory.h.
Referenced by TDirectory::CleanTargets(), TContext(), and ~TContext().
|
private |
Pointer to the next TContext in the implied list of context pointing to fPrevious.
Definition at line 55 of file TDirectory.h.
Referenced by TDirectory::CleanTargets(), TDirectory::RegisterContext(), and TDirectory::UnregisterContext().
|
private |
Pointer to the previous current directory.
Definition at line 54 of file TDirectory.h.
Referenced by TDirectory::RegisterContext(), and TDirectory::UnregisterContext().