#include <pybind_wrapper_test.h>
Definition at line 17 of file pybind_wrapper_test.h.
anzu::sub::Point2::Point2 |
( |
double |
x, |
|
|
double |
y = 10.0 |
|
) |
| |
|
inlineexplicit |
double anzu::sub::Point2::func_with_default_args |
( |
double |
a, |
|
|
double |
b = 20.0 |
|
) |
| const |
|
inline |
void anzu::sub::Point2::print |
( |
const std::string & |
s | ) |
const |
|
inline |
double anzu::sub::Point2::sum |
( |
| ) |
const |
|
overridevirtual |
double anzu::sub::Point2::x |
( |
| ) |
const |
|
inline |
double anzu::sub::Point2::y |
( |
| ) |
const |
|
inline |
double anzu::sub::Point2::x_ |
|
private |
double anzu::sub::Point2::y_ |
|
private |
The documentation for this class was generated from the following files: