Public Member Functions | Public Attributes | Private Attributes | List of all members
anzu::Template2< T1, T2 > Class Template Reference

#include <pybind_wrapper_test.h>

Public Member Functions

double sum_x () const
 
double sum_x (const T1 &other1) const
 
double sum_x (const std::shared_ptr< T2 > &other2) const
 
double sum_x (const T1 &other1, const std::shared_ptr< T2 > &other2) const
 
 Template2 (const T1 &t1, const T2 &t2)
 

Public Attributes

T1 property_t1 {10}
 

Private Attributes

T1 t1_
 
T2 t2_
 

Detailed Description

template<class T1, class T2>
class anzu::Template2< T1, T2 >

Definition at line 82 of file pybind_wrapper_test.h.

Constructor & Destructor Documentation

template<class T1 , class T2 >
anzu::Template2< T1, T2 >::Template2 ( const T1 t1,
const T2 t2 
)
inline

Definition at line 84 of file pybind_wrapper_test.h.

Member Function Documentation

template<class T1 , class T2 >
double anzu::Template2< T1, T2 >::sum_x ( ) const
inline

Definition at line 86 of file pybind_wrapper_test.h.

template<class T1 , class T2 >
double anzu::Template2< T1, T2 >::sum_x ( const T1 other1) const
inline

Definition at line 88 of file pybind_wrapper_test.h.

template<class T1 , class T2 >
double anzu::Template2< T1, T2 >::sum_x ( const std::shared_ptr< T2 > &  other2) const
inline

Definition at line 92 of file pybind_wrapper_test.h.

template<class T1 , class T2 >
double anzu::Template2< T1, T2 >::sum_x ( const T1 other1,
const std::shared_ptr< T2 > &  other2 
) const
inline

Definition at line 96 of file pybind_wrapper_test.h.

Member Data Documentation

template<class T1 , class T2 >
T1 anzu::Template2< T1, T2 >::property_t1 {10}

Definition at line 105 of file pybind_wrapper_test.h.

template<class T1 , class T2 >
T1 anzu::Template2< T1, T2 >::t1_
private

Definition at line 101 of file pybind_wrapper_test.h.

template<class T1 , class T2 >
T2 anzu::Template2< T1, T2 >::t2_
private

Definition at line 102 of file pybind_wrapper_test.h.


The documentation for this class was generated from the following file:


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