#include <land_basic.hh>
Inherits base< bool, land_basic >.
Public Member Functions | |
bool | can_stop () const |
Test if it is worth for this accumulator to take extra data. | |
bool | is_valid () const |
Check whether this accu is able to return a result. | |
bool | to_result () const |
Get the value of the accumulator. | |
void | init () |
Manipulators. |
Conversely to accu::logic::land, this version does not have the 'untake' method but features the 'can_stop' method.
bool mln::accu::logic::land_basic::can_stop | ( | ) | const [inline] |
void mln::accu::logic::land_basic::init | ( | ) | [inline] |
Manipulators.
bool mln::accu::logic::land_basic::is_valid | ( | ) | const [inline] |
Check whether this accu is able to return a result.
Always true here.
bool mln::accu::logic::land_basic::to_result | ( | ) | const [inline] |
Get the value of the accumulator.