#include <pybind11/functional.h>#include "constructor_stats.h"#include "pybind11_tests.h"#include <thread>Go to the source code of this file.
Functions | |
| int | dummy_function (int i) |
| TEST_SUBMODULE (callbacks, m) | |
| int dummy_function | ( | int | i | ) |
Definition at line 17 of file test_callbacks.cpp.
Referenced by TEST_SUBMODULE().
| TEST_SUBMODULE | ( | callbacks | , |
| m | |||
| ) |
Definition at line 19 of file test_callbacks.cpp.
References ConstructorStats::alive(), dummy_function(), print_copy_created(), print_default_created(), print_destroyed(), print_move_created(), track_copy_created(), track_default_created(), track_destroyed(), and track_move_created().