ROOT  6.06/09
Reference Guide
Functions
TEnum.cxx File Reference
#include <iostream>
#include "TEnum.h"
#include "TEnumConstant.h"
#include "TInterpreter.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TClassTable.h"
#include "TProtoClass.h"
#include "TROOT.h"
#include "TListOfEnums.h"
+ Include dependency graph for TEnum.cxx:

Go to the source code of this file.

Functions

 ClassImp (TEnum) TEnum
 Constructor for TEnum class. More...
 

Function Documentation

ClassImp ( TEnum  )

Constructor for TEnum class.

It take the name of the TEnum type, specification if it is global and interpreter info. Constant List is owner if enum not on global scope (thus constants not in TROOT::GetListOfGlobals).

Definition at line 29 of file TEnum.cxx.