ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
cppyy.py File Reference

Go to the source code of this file.

Classes

class  cppyy._Double
 
class  cppyy.Template
 
More...
 
class  cppyy._ns_meta
 
class  cppyy._stdmeta
 
class  cppyy._global_cpp
 
class  cppyy._global_cpp.std
 
class  cppyy.double
 
class  cppyy.short
 
class  cppyy.long_int
 
class  cppyy.unsigned_short
 
class  cppyy.unsigned_int
 
class  cppyy.unsigned_long
 

Namespaces

 cppyy
 

Functions

def cppyy.get_version
 helper to get the version number from root-config More...
 
def cppyy._CreateScopeProxy
 
def cppyy._LookupCppEntity
 
def cppyy._AddressOf
 
def cppyy.with_metaclass
 

– metaclass helper from six ------------------------------------------—— – https://bitbucket.org/gutworth/six/src/8a545f4e906f6f479a6eb8837f31d03731597687/six.py?at=default#cl-800 More...

 
def cppyy.loadDictionary
 
def cppyy.load_reflection_info
 
def cppyy.Namespace
 
def cppyy.makeClass
 
def cppyy.addressOf
 
def cppyy.getAllClasses
 
def cppyy.add_smart_pointer
 

Variables

 cppyy._builtin_cppyy = True
 PyPy has 'cppyy' builtin (if enabled, that is) More...
 
list cppyy._thismodule = sys.modules[ __name__ ]
 
 cppyy._backend = _thismodule.gbl
 
tuple cppyy.needsGlobal = ( 0 <= sys.platform.find( 'linux' ) )
 
tuple cppyy.dlflags = sys.getdlopenflags()
 
 cppyy.loadDict = loadDictionary
 
 cppyy.makeNamespace = Namespace
 
 cppyy.addressof = _backend.addressof
 
 cppyy.gbl = _global_cpp
 
int cppyy.NULL = 0
 
 cppyy.bind_object = _backend.BindObject