ROOT  6.06/08
Reference Guide
Enumerations | 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) }
 

Variables

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

Enumeration Type Documentation

§ anonymous enum

anonymous enum
Enumerator
kOwnFolderList 

Definition at line 96 of file TFolder.cxx.

Variable Documentation

§ gFolderD

const char* gFolderD[64]
static

Definition at line 92 of file TFolder.cxx.

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

§ gFolderLevel

Int_t gFolderLevel = -1
static

Definition at line 93 of file TFolder.cxx.

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

§ gFolderPath

char gFolderPath[512]
static

Definition at line 94 of file TFolder.cxx.

Referenced by TFolder::FindFullPathName().