A user-defined type which is exported and can be used by any test. More...
#include <pybind11_tests.h>
Public Member Functions | |
void | set (int set) |
UserType ()=default | |
UserType (int i) | |
int | value () const |
Private Attributes | |
int | i = -1 |
A user-defined type which is exported and can be used by any test.
Definition at line 30 of file pybind11_tests.h.
|
default |
|
inline |
Definition at line 33 of file pybind11_tests.h.
|
inline |
Definition at line 36 of file pybind11_tests.h.
|
inline |
Definition at line 35 of file pybind11_tests.h.
|
private |
Definition at line 39 of file pybind11_tests.h.