|
using | node_t = node< Data, Degree > |
|
|
| node_pool (int64 mainPoolSize, int64 extraPoolSize) |
|
| node_pool (node_pool &&other) noexcept |
|
| ~node_pool () |
|
| node_pool (node_pool const &)=delete |
|
auto | operator= (node_pool const &)=delete |
|
auto | operator= (node_pool &&)=delete |
|
auto | get_available_node_count () const -> int64 |
|
auto | get_main_pool_size () const -> int64 |
|
template<class... Args> |
auto | create (Args &&... args) -> node_t * |
|
auto | destroy (node_t *node) -> void |
|
auto | grow () -> void |
|
◆ ~node_pool()
template<class Data , class Degree >
This must be the main pool.
The documentation for this class was generated from the following file: