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 26 of file pybind11_tests.h.
|
default |
|
inlineexplicit |
Definition at line 29 of file pybind11_tests.h.
|
inline |
Definition at line 32 of file pybind11_tests.h.
|
inline |
Definition at line 31 of file pybind11_tests.h.
|
private |
Definition at line 35 of file pybind11_tests.h.