#include <y3c/life.h>
◆ life_state() [1/3]
life_state |
( |
const void * |
begin, |
|
|
const void * |
end |
|
) |
| |
|
inline |
◆ life_state() [2/3]
◆ life_state() [3/3]
◆ ~life_state()
◆ alive()
◆ begin()
const void * begin |
( |
| ) |
const |
|
inline |
◆ destroy()
◆ end()
const void * end |
( |
| ) |
const |
|
inline |
◆ in_range() [1/2]
bool in_range |
( |
const void * |
begin, |
|
|
const void * |
end |
|
) |
| const |
|
inline |
◆ in_range() [2/2]
bool in_range |
( |
const void * |
ptr | ) |
const |
|
inline |
◆ in_range_including_end()
bool in_range_including_end |
( |
const void * |
ptr | ) |
const |
|
inline |
◆ index_of()
template<typename T >
std::ptrdiff_t index_of |
( |
T * |
ptr | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ push_validator()
◆ size()
template<typename T >
std::size_t size |
( |
| ) |
const |
|
inline |
◆ update_range()
void update_range |
( |
const void * |
new_begin, |
|
|
const void * |
new_end, |
|
|
const void * |
invalidate_from = nullptr |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: