ROOT  6.06/09
Reference Guide
Static Public Attributes | List of all members
cppyy._global_cpp.std Class Reference

Definition at line 181 of file cppyy.py.

Static Public Attributes

tuple stlclasses
 
tuple string = _backend.CreateScopeProxy( 'string' )
 

Additional Inherited Members

- Public Member Functions inherited from cppyy._stdmeta
def __getattr__ (cls, name)
 
+ Inheritance diagram for cppyy._global_cpp.std:
+ Collaboration diagram for cppyy._global_cpp.std:

Member Data Documentation

tuple cppyy._global_cpp.std.stlclasses
static
Initial value:
1 = ( 'complex', 'pair', \
2  'deque', 'list', 'queue', 'stack', 'vector', 'map', 'multimap', 'set', 'multiset' )

Definition at line 182 of file cppyy.py.

tuple cppyy._global_cpp.std.string = _backend.CreateScopeProxy( 'string' )
static

Definition at line 188 of file cppyy.py.


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