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

§ stlclasses

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

Definition at line 182 of file cppyy.py.

§ string

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: