Py11  v0.2
This is a minimalist Python wrapper for C++11.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCstd::exceptionSTL class
|\Cpy::errException: err
| oCpy::index_errException: index_err
| oCpy::io_errException: io_err
| |\Cpy::eof_errException: eof_err
| oCpy::type_errException: type_err
| \Cpy::val_errException: val_err
oCpy::iterIter for the c++11 range loop
\Cpy::objWrapper of PyObject
 oCpy::dictPy dict
 oCpy::fileFile object
 oCpy::numNum object
 |\Cpy::setSet object
 \Cpy::seqSeq object
  oCpy::listPy list
  oCpy::strPy str
  \Cpy::tuplePy tuple