#include <constructor_stats.h>
Definition at line 75 of file constructor_stats.h.
◆ alive()
int ConstructorStats::alive |
( |
| ) |
|
|
inline |
◆ copy_created()
void ConstructorStats::copy_created |
( |
void * |
inst | ) |
|
|
inline |
◆ created()
void ConstructorStats::created |
( |
void * |
inst | ) |
|
|
inline |
◆ default_created()
void ConstructorStats::default_created |
( |
void * |
inst | ) |
|
|
inline |
◆ destroyed()
void ConstructorStats::destroyed |
( |
void * |
inst | ) |
|
|
inline |
◆ gc()
static void ConstructorStats::gc |
( |
| ) |
|
|
inlinestatic |
◆ get() [1/3]
◆ get() [2/3]
◆ get() [3/3]
◆ move_created()
void ConstructorStats::move_created |
( |
void * |
inst | ) |
|
|
inline |
◆ value() [1/2]
void ConstructorStats::value |
( |
| ) |
|
|
inline |
◆ value() [2/2]
template<typename T , typename... Tmore>
void ConstructorStats::value |
( |
const T & |
v, |
|
|
Tmore &&... |
args |
|
) |
| |
|
inline |
◆ values()
py::list ConstructorStats::values |
( |
| ) |
|
|
inline |
◆ _instances
std::unordered_map<void *, int> ConstructorStats::_instances |
|
protected |
◆ _values
std::list<std::string> ConstructorStats::_values |
|
protected |
◆ copy_assignments
int ConstructorStats::copy_assignments = 0 |
◆ copy_constructions
int ConstructorStats::copy_constructions = 0 |
◆ default_constructions
int ConstructorStats::default_constructions = 0 |
◆ move_assignments
int ConstructorStats::move_assignments = 0 |
◆ move_constructions
int ConstructorStats::move_constructions = 0 |
The documentation for this class was generated from the following file: