Council of advisors More...
#include <core.hpp>
Public Member Functions | |
Council (void) | |
Default constructor. More... | |
Council (Space &home) | |
Construct advisor council. More... | |
bool | empty (void) const |
Test whether council has advisor left. More... | |
void | update (Space &home, bool share, Council< A > &c) |
Update during cloning (copies all advisors) More... | |
void | dispose (Space &home) |
Dispose council. More... | |
Council of advisors
If a propagator uses advisors, it must maintain its advisors through a council.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |