Go to the source code of this file.
Classes | |
class | ExampleMandA |
struct | pybind11_tests::exercise_is_setter::Field |
struct | pybind11_tests::exercise_is_setter::FieldBase |
class | NoneCastTester |
class | NoneTester |
struct | RefQualified |
class | RegisteredDerived |
struct | RValueRefParam |
struct | StrIssue |
struct | TestProperties |
struct | TestPropertiesOverride |
struct | TestPropRVP |
class | UnregisteredBase |
Namespaces | |
pybind11_tests | |
pybind11_tests::exercise_is_setter | |
Typedefs | |
template<typename... Args> | |
using | overload_cast_ = pybind11::detail::overload_cast_impl< Args... > |
Functions | |
void | pybind11_tests::exercise_is_setter::add_bindings (py::module &m) |
int | none1 (const NoneTester &obj) |
int | none2 (NoneTester *obj) |
int | none3 (std::shared_ptr< NoneTester > &obj) |
int | none4 (std::shared_ptr< NoneTester > *obj) |
int | none5 (const std::shared_ptr< NoneTester > &obj) |
TEST_SUBMODULE (methods_and_attributes, m) | |
using overload_cast_ = pybind11::detail::overload_cast_impl<Args...> |
Definition at line 16 of file test_methods_and_attributes.cpp.
int none1 | ( | const NoneTester & | obj | ) |
Definition at line 122 of file test_methods_and_attributes.cpp.
int none2 | ( | NoneTester * | obj | ) |
Definition at line 123 of file test_methods_and_attributes.cpp.
int none3 | ( | std::shared_ptr< NoneTester > & | obj | ) |
Definition at line 124 of file test_methods_and_attributes.cpp.
int none4 | ( | std::shared_ptr< NoneTester > * | obj | ) |
Definition at line 125 of file test_methods_and_attributes.cpp.
int none5 | ( | const std::shared_ptr< NoneTester > & | obj | ) |
Definition at line 126 of file test_methods_and_attributes.cpp.
TEST_SUBMODULE | ( | methods_and_attributes | , |
m | |||
) |
Definition at line 212 of file test_methods_and_attributes.cpp.