![]() |
BoB robotics
The Brains on Board robotics library
|
Classes | |
struct | pybind11::is_method |
Annotation for methods. More... | |
struct | pybind11::is_operator |
Annotation for operators. More... | |
struct | pybind11::is_final |
Annotation for classes that cannot be subclassed. More... | |
struct | pybind11::scope |
Annotation for parent scope. More... | |
struct | pybind11::doc |
Annotation for documentation. More... | |
struct | pybind11::name |
Annotation for function names. More... | |
struct | pybind11::sibling |
Annotation indicating that a function is an overload associated with a given "sibling". More... | |
struct | pybind11::base< T > |
Annotation indicating that a class derives from another given type. More... | |
struct | pybind11::keep_alive< Nurse, Patient > |
Keep patient alive while nurse lives. More... | |
struct | pybind11::multiple_inheritance |
Annotation indicating that a class is involved in a multiple inheritance relationship. More... | |
struct | pybind11::dynamic_attr |
Annotation which enables dynamic attributes, i.e. adds __dict__ to a class. More... | |
struct | pybind11::buffer_protocol |
Annotation which enables the buffer protocol for a type. More... | |
struct | pybind11::metaclass |
Annotation which requests that a special metaclass is created for a type. More... | |
struct | pybind11::custom_type_setup |
struct | pybind11::module_local |
Annotation that marks a class as local to the module: More... | |
struct | pybind11::arithmetic |
Annotation to mark enums as an arithmetic type. More... | |
struct | pybind11::prepend |
Mark a function for addition at the beginning of the existing overload chain instead of the end. More... | |
struct | pybind11::call_guard< Ts > |
struct | pybind11::call_guard<> |
struct | pybind11::call_guard< T > |
struct | pybind11::call_guard< T, Ts... > |
struct | pybind11::arg |
struct | pybind11::arg_v |
struct | pybind11::kw_only |
struct | pybind11::pos_only |