ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
ROOT._ExpandMacroFunction Class Reference

put std namespace directly onto ROOT ----------------------------------——

special cases for gPad, gVirtualX (are C++ macro's) ----------------------—

Definition at line 184 of file ROOT.py.

Public Member Functions

def __init__ (self, klass, func)
 
def __getattr__ (self, what)
 
def __cmp__ (self, other)
 
def __nonzero__ (self)
 
def __repr__ (self)
 
def __str__ (self)
 

Public Attributes

 func
 
+ Inheritance diagram for ROOT._ExpandMacroFunction:
+ Collaboration diagram for ROOT._ExpandMacroFunction:

Constructor & Destructor Documentation

def ROOT._ExpandMacroFunction.__init__ (   self,
  klass,
  func 
)

Definition at line 185 of file ROOT.py.

Member Function Documentation

def ROOT._ExpandMacroFunction.__cmp__ (   self,
  other 
)

Definition at line 192 of file ROOT.py.

def ROOT._ExpandMacroFunction.__getattr__ (   self,
  what 
)

Definition at line 189 of file ROOT.py.

def ROOT._ExpandMacroFunction.__nonzero__ (   self)

Definition at line 195 of file ROOT.py.

def ROOT._ExpandMacroFunction.__repr__ (   self)

Definition at line 200 of file ROOT.py.

def ROOT._ExpandMacroFunction.__str__ (   self)

Definition at line 203 of file ROOT.py.

Member Data Documentation

ROOT._ExpandMacroFunction.func

The documentation for this class was generated from the following file: