ROOT  6.06/08
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

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

Function Documentation

§ load_ipython_extension()

def ROOTaaS.iPyROOT.cpptransformer.load_ipython_extension (   ipython)

Definition at line 108 of file cpptransformer.py.

§ unload_ipython_extension()

def ROOTaaS.iPyROOT.cpptransformer.unload_ipython_extension (   ipython)

Variable Documentation

§ _bash

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

Definition at line 11 of file cpptransformer.py.

§ _cppAclic

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

Definition at line 10 of file cpptransformer.py.

§ _cppDcl

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

Definition at line 9 of file cpptransformer.py.

§ _transformer

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

Definition at line 102 of file cpptransformer.py.