Classes | Namespaces | Typedefs | Functions
test_methods_and_attributes.cpp File Reference
#include "constructor_stats.h"
#include "pybind11_tests.h"
Include dependency graph for test_methods_and_attributes.cpp:

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)
 

Typedef Documentation

◆ overload_cast_

template<typename... Args>
using overload_cast_ = pybind11::detail::overload_cast_impl<Args...>

Definition at line 16 of file test_methods_and_attributes.cpp.

Function Documentation

◆ none1()

int none1 ( const NoneTester obj)

Definition at line 122 of file test_methods_and_attributes.cpp.

◆ none2()

int none2 ( NoneTester obj)

Definition at line 123 of file test_methods_and_attributes.cpp.

◆ none3()

int none3 ( std::shared_ptr< NoneTester > &  obj)

Definition at line 124 of file test_methods_and_attributes.cpp.

◆ none4()

int none4 ( std::shared_ptr< NoneTester > *  obj)

Definition at line 125 of file test_methods_and_attributes.cpp.

◆ none5()

int none5 ( const std::shared_ptr< NoneTester > &  obj)

Definition at line 126 of file test_methods_and_attributes.cpp.

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( methods_and_attributes  ,
m   
)

Definition at line 212 of file test_methods_and_attributes.cpp.



gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:06