ROOT  6.06/09
Reference Guide
Classes | Functions | Variables
ROOTaaS.iPyROOT.cpptransformer Namespace Reference

Classes

class  CppTransformer
 

Functions

def unload_ipython_extension (ipython)
 
def load_ipython_extension (ipython)
 

Variables

tuple _cppDcl = re.compile("\s*\.cpp\s+-d")
 
tuple _cppAclic = re.compile("\s*\.cpp\s+-a")
 
tuple _bash = re.compile("\s*\.bash\d*")
 
tuple _transformer = CppTransformer()
 

Function Documentation

def ROOTaaS.iPyROOT.cpptransformer.load_ipython_extension (   ipython)

Definition at line 109 of file cpptransformer.py.

def ROOTaaS.iPyROOT.cpptransformer.unload_ipython_extension (   ipython)

Variable Documentation

tuple ROOTaaS.iPyROOT.cpptransformer._bash = re.compile("\s*\.bash\d*")

Definition at line 12 of file cpptransformer.py.

tuple ROOTaaS.iPyROOT.cpptransformer._cppAclic = re.compile("\s*\.cpp\s+-a")

Definition at line 11 of file cpptransformer.py.

tuple ROOTaaS.iPyROOT.cpptransformer._cppDcl = re.compile("\s*\.cpp\s+-d")

Definition at line 10 of file cpptransformer.py.

tuple ROOTaaS.iPyROOT.cpptransformer._transformer = CppTransformer()

Definition at line 103 of file cpptransformer.py.