#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/tests/local_bindings.h>
Public Member Functions | |
Pet (std::string name) | |
const std::string & | name () const |
Pet (std::string name) | |
const std::string & | name () const |
Public Attributes | |
std::string | name_ |
Definition at line 77 of file local_bindings.h.
|
inlineexplicit |
Definition at line 79 of file local_bindings.h.
|
inlineexplicit |
Definition at line 79 of file local_bindings.h.
|
inline |
Definition at line 81 of file local_bindings.h.
References name_.
Referenced by PYBIND11_MODULE(), and TEST_SUBMODULE().
|
inline |
Definition at line 81 of file local_bindings.h.
References name_.
std::string pets::Pet::name_ |
Definition at line 80 of file local_bindings.h.
Referenced by name().