Classes | 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
 
class  NoneCastTester
 
class  NoneTester
 
struct  RefQualified
 
class  RegisteredDerived
 
struct  RValueRefParam
 
struct  StrIssue
 
struct  TestProperties
 
struct  TestPropertiesOverride
 
struct  TestPropRVP
 
class  UnregisteredBase
 

Typedefs

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

Functions

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 180 of file test_methods_and_attributes.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:55