Developers

General Guidelines

  • Every C++ class that will be exposed in the Python interface should, in general, be passed around with std::shared_ptr, otherwise it cannot be used as a function argument in Python (see).