![]() |
ROOT
6.06/09
Reference Guide
|
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 (self, name) |
| def | cppyy._LookupCppEntity (self, name) |
| def | cppyy._AddressOf (self, obj) |
| def | cppyy.with_metaclass (meta, bases) |
– metaclass helper from six ------------------------------------------—— – https://bitbucket.org/gutworth/six/src/8a545f4e906f6f479a6eb8837f31d03731597687/six.py?at=default#cl-800 More... | |
| def | cppyy.loadDictionary (name) |
| def | cppyy.load_reflection_info (name) |
| def | cppyy.Namespace (name) |
| def | cppyy.makeClass (name) |
| def | cppyy.addressOf (obj) |
| def | cppyy.getAllClasses () |
| def | cppyy.add_smart_pointer (typename) |
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 | |