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


template support ---------------------------------------------------------—

Definition at line 116 of file cppyy.py.

Public Member Functions

def __init__ (self, name)
 
def __repr__ (self)
 
def __call__ (self, args)
 

Private Attributes

 __name__
 

Constructor & Destructor Documentation

def cppyy.Template.__init__ (   self,
  name 
)

Definition at line 117 of file cppyy.py.

Member Function Documentation

def cppyy.Template.__call__ (   self,
  args 
)

Definition at line 123 of file cppyy.py.

def cppyy.Template.__repr__ (   self)

Definition at line 120 of file cppyy.py.

Member Data Documentation

cppyy.Template.__name__
private

Definition at line 118 of file cppyy.py.

Referenced by cppyy.Template.__call__(), and cppyy.Template.__repr__().


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