#include <TDirectory.h>
Public Member Functions | |
TContext (TDirectory *previous, TDirectory *newCurrent) | |
TContext (TDirectory *newCurrent) | |
~TContext () | |
TContext (TDirectory *previous, TDirectory *newCurrent) | |
TContext (TDirectory *newCurrent) | |
~TContext () | |
Private Member Functions | |
TContext (TContext &) | |
Pointer to the next TContext in the implied list of context pointing to fPrevious. | |
TContext & | operator= (TContext &) |
void | CdNull () |
TContext (TContext &) | |
Pointer to the next TContext in the implied list of context pointing to fPrevious. | |
TContext & | operator= (TContext &) |
void | CdNull () |
Private Attributes | |
TDirectory * | fDirectory |
TContext * | fPrevious |
Pointer to the previous current directory. | |
TContext * | fNext |
Pointer to the next TContext in the implied list of context pointing to fPrevious. | |
TDirectory * | fDirectory |
TContext * | fPrevious |
Pointer to the previous current directory. | |
TContext * | fNext |
Pointer to the next TContext in the implied list of context pointing to fPrevious. | |
Friends | |
class | TDirectory |
Definition at line 50 of file TDirectory.h.
TDirectory::TContext::TContext | ( | TContext & | ) | [private] |
Pointer to the next TContext in the implied list of context pointing to fPrevious.
TDirectory::TContext::TContext | ( | TDirectory * | previous, | |
TDirectory * | newCurrent | |||
) | [inline] |
Definition at line 60 of file TDirectory.h.
References TDirectory::cd(), fDirectory, and TDirectory::RegisterContext().
TDirectory::TContext::TContext | ( | TDirectory * | newCurrent | ) | [inline] |
Definition at line 68 of file TDirectory.h.
References TDirectory::cd(), fDirectory, and TDirectory::RegisterContext().
TDirectory::TContext::~TContext | ( | ) | [inline] |
Definition at line 75 of file TDirectory.h.
References TDirectory::cd(), CdNull(), fDirectory, and TDirectory::UnregisterContext().
TDirectory::TContext::TContext | ( | TContext & | ) | [private] |
Pointer to the next TContext in the implied list of context pointing to fPrevious.
TDirectory::TContext::TContext | ( | TDirectory * | previous, | |
TDirectory * | newCurrent | |||
) | [inline] |
Definition at line 60 of file TDirectory.h.
References TDirectory::cd(), fDirectory, and TDirectory::RegisterContext().
TDirectory::TContext::TContext | ( | TDirectory * | newCurrent | ) | [inline] |
Definition at line 68 of file TDirectory.h.
References TDirectory::cd(), fDirectory, and TDirectory::RegisterContext().
TDirectory::TContext::~TContext | ( | ) | [inline] |
Definition at line 75 of file TDirectory.h.
References TDirectory::cd(), CdNull(), fDirectory, and TDirectory::UnregisterContext().
void TDirectory::TContext::CdNull | ( | ) | [private] |
void TDirectory::TContext::CdNull | ( | ) | [private] |
TDirectory [friend] |
Definition at line 58 of file TDirectory.h.
TDirectory* TDirectory::TContext::fDirectory [private] |
Definition at line 52 of file TDirectory.h.
Referenced by TDirectory::CleanTargets(), TContext(), and ~TContext().
TContext* TDirectory::TContext::fPrevious [private] |
Pointer to the previous current directory.
Definition at line 53 of file TDirectory.h.
Referenced by TDirectory::RegisterContext(), and TDirectory::UnregisterContext().
TContext* TDirectory::TContext::fNext [private] |
Pointer to the next TContext in the implied list of context pointing to fPrevious.
Definition at line 54 of file TDirectory.h.
Referenced by TDirectory::CleanTargets(), TDirectory::RegisterContext(), and TDirectory::UnregisterContext().
TDirectory* TDirectory::TContext::fDirectory [private] |
Definition at line 52 of file TDirectory.h.
TContext* TDirectory::TContext::fPrevious [private] |
TContext* TDirectory::TContext::fNext [private] |
Pointer to the next TContext in the implied list of context pointing to fPrevious.
Definition at line 54 of file TDirectory.h.