#include <label_used.hh>
Inherits base< const fun::i2v::array< bool > &, label_used< L > >.
Public Member Functions | |
| void | init () |
| Initialize accumulator attributes. | |
| bool | is_valid () const |
| Check whether this accu is able to return a result. | |
| const fun::i2v::array< bool > & | to_result () const |
| Get the value of the accumulator. | |
| void | take (const argument &) |
| Manipulators. | |
The parameter L is the label type.
| void mln::accu::label_used< L >::init | ( | ) | [inline] |
Initialize accumulator attributes.
| bool mln::accu::label_used< L >::is_valid | ( | ) | const [inline] |
Check whether this accu is able to return a result.
Always true here.
| void mln::accu::label_used< L >::take | ( | const argument & | l | ) | [inline] |
Manipulators.
| const fun::i2v::array< bool > & mln::accu::label_used< L >::to_result | ( | ) | const [inline] |
Get the value of the accumulator.
1.5.9