TeDDy 4.1.0
Decision diagram library.
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
teddy::node_pool< Data, Degree > Class Template Reference

Public Types

using node_t = node< Data, Degree >
 

Public Member Functions

 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
 

Constructor & Destructor Documentation

◆ ~node_pool()

template<class Data , class Degree >
teddy::node_pool< Data, Degree >::~node_pool

This must be the main pool.


The documentation for this class was generated from the following file: