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

Go to the source code of this file.

Classes

class  ExampleMandA
 
class  NoneTester
 
struct  RefQualified
 
class  RegisteredDerived
 
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 (std::shared_ptr< NoneTester > obj)
 
 TEST_SUBMODULE (methods_and_attributes, m)
 

Typedef Documentation

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

int none1 ( const NoneTester obj)

Definition at line 113 of file test_methods_and_attributes.cpp.

int none2 ( NoneTester obj)

Definition at line 114 of file test_methods_and_attributes.cpp.

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

Definition at line 115 of file test_methods_and_attributes.cpp.

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

Definition at line 116 of file test_methods_and_attributes.cpp.

int none5 ( std::shared_ptr< NoneTester obj)

Definition at line 117 of file test_methods_and_attributes.cpp.

TEST_SUBMODULE ( methods_and_attributes  ,
m   
)

Definition at line 151 of file test_methods_and_attributes.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:40