Michele De Stefano's C++ Utilities
|
Contains a wrapper class for the Python list datatype. More...
#include <mds_utils/python/sequence.hpp>
Go to the source code of this file.
Classes | |
class | mds_utils::python::List |
Wraps a Python list. More... | |
Namespaces | |
mds_utils | |
Main namespace of all Michele De Stefano's C++ utilities. | |
mds_utils::python | |
Namespace of all Michele De Stefano's C++ Python utilities. | |
Contains a wrapper class for the Python list datatype.
This code depends on Python only and not on Boost Python.
Definition in file list.hpp.