Adiar
2.1.0
An External Memory Decision Diagram Library
|
The pointer type that builders use to identify the nodes they have constructed in a decision diagram. More...
#include <adiar/builder.h>
Public Member Functions | |
builder_ptr ()=default | |
Default construction for a pointer to null . | |
builder_ptr (const builder_ptr &bp)=default | |
Copy construction. | |
builder_ptr (builder_ptr &&bp)=default | |
Move construction. | |
builder_ptr & | operator= (const builder_ptr &bp)=default |
Copy construction. | |
builder_ptr & | operator= (builder_ptr &&bp)=default |
Move construction. | |
The pointer type that builders use to identify the nodes they have constructed in a decision diagram.