ROOT  6.06/09
Reference Guide
Enumerations | Functions | Variables
TFolder.cxx File Reference
#include "Riostream.h"
#include "Strlen.h"
#include "TFolder.h"
#include "TBrowser.h"
#include "TROOT.h"
#include "TClass.h"
#include "TError.h"
#include "TRegexp.h"
+ Include dependency graph for TFolder.cxx:

Go to the source code of this file.

Enumerations

enum  { kOwnFolderList = BIT(15) }
 

Functions

 ClassImp (TFolder) TFolder
 Default constructor used by the Input functions. More...
 

Variables

static const char * gFolderD [64]
 
static Int_t gFolderLevel = -1
 
static char gFolderPath [512]
 

Enumeration Type Documentation

anonymous enum
Enumerator
kOwnFolderList 

Definition at line 96 of file TFolder.cxx.

Function Documentation

ClassImp ( TFolder  )

Default constructor used by the Input functions.

This constructor should not be called by a user directly. The normal way to create a folder is by calling TFolder::AddFolder.

Definition at line 98 of file TFolder.cxx.

Variable Documentation

const char* gFolderD[64]
static

Definition at line 92 of file TFolder.cxx.

Referenced by TFolder::FindFullPathName(), and TFolder::FindObjectAny().

Int_t gFolderLevel = -1
static

Definition at line 93 of file TFolder.cxx.

Referenced by TFolder::FindFullPathName(), and TFolder::FindObjectAny().

char gFolderPath[512]
static

Definition at line 94 of file TFolder.cxx.

Referenced by TFolder::FindFullPathName().